Add a tag to the geekzone image used by the executor in the cicd pipeline #261
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: Eisenhower | |
on: | |
issues: | |
types: [opened, reopened, edited] | |
jobs: | |
prioritise: | |
runs-on: ubuntu-latest | |
env: | |
GH_ACCESS_TOKEN: ${{ secrets.GH_ACCESS_TOKEN }} | |
GH_REPOSITORY: ${{ github.repository }} | |
GH_ISSUE_NUMBER: ${{ github.event.issue.number }} | |
steps: | |
- name: Run Eisenhower action | |
uses: GeekZoneHQ/eisenhower@main |