Skip to content

Commit

Permalink
fix(ci): use correct secret for gardener board comment (#17605)
Browse files Browse the repository at this point in the history
  • Loading branch information
neuronull authored Jun 6, 2023
1 parent 657758d commit 9395eba
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/gardener_issue_comment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
steps:
- name: Move issue back to Triage if status is Blocked/Waiting
env:
GH_TOKEN: ${{ secrets.GH_PAT_PROJECTS }}
GH_TOKEN: ${{ secrets.GH_PROJECT_PAT }}
run: |
issue_id=${{ github.event.issue.node_id }}
Expand Down

0 comments on commit 9395eba

Please sign in to comment.