Skip to content

Commit

Permalink
ci: backlog workflow only when secret is present
Browse files Browse the repository at this point in the history
  • Loading branch information
tpluscode committed Jul 18, 2024
1 parent 01bb4fe commit 1d43b2f
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/add-to-backlog.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,11 @@ on:
jobs:
add-to-project:
runs-on: ubuntu-latest
env:
BACKLOG_PAT: ${{ secrets.BACKLOG_PAT }}
steps:
- uses: actions/add-to-project@v0.5.0
if: env.BACKLOG_PAT
with:
project-url: https://github.com/orgs/zazuko/projects/23
github-token: ${{ secrets.BACKLOG_PAT }}

0 comments on commit 1d43b2f

Please sign in to comment.