Skip to content

Commit

Permalink
Sad state of the world
Browse files Browse the repository at this point in the history
  • Loading branch information
alexsnaps committed Dec 14, 2023
1 parent 4fcd032 commit f5c05b8
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .github/workflows/issues-workflow.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,14 @@ jobs:
name: Add issue to project
runs-on: ubuntu-latest
steps:
- uses: svrooij/secret-gate-action@v1
id: secret
with:
inputsToCheck: "ADD_ISSUES_TOKEN"
env:
ADD_ISSUES_TOKEN: ${{ secrets.ADD_ISSUES_TOKEN }}
- uses: actions/[email protected]
if: steps.secret.outputs.inputsChecked == 'true'
with:
project-url: https://github.com/orgs/Kuadrant/projects/18
github-token: ${{ secrets.ADD_ISSUES_TOKEN }}

0 comments on commit f5c05b8

Please sign in to comment.