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 c18f1f3
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .github/workflows/issues-workflow.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,13 +7,21 @@ on:
pull_request:
types:
- opened
env:

jobs:
add-to-project:
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 c18f1f3

Please sign in to comment.