Skip to content

Commit 9395eba

Browse files
authored
fix(ci): use correct secret for gardener board comment (vectordotdev#17605)
1 parent 657758d commit 9395eba

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/gardener_issue_comment.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
steps:
1818
- name: Move issue back to Triage if status is Blocked/Waiting
1919
env:
20-
GH_TOKEN: ${{ secrets.GH_PAT_PROJECTS }}
20+
GH_TOKEN: ${{ secrets.GH_PROJECT_PAT }}
2121
run: |
2222
issue_id=${{ github.event.issue.node_id }}
2323

0 commit comments

Comments
 (0)