Skip to content

Sad state of the world #15

Sad state of the world

Sad state of the world #15

name: Add issues to project
on:
issues:
types:
- opened
pull_request:
types:
- opened
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 }}