Skip to content

Commit a419de5

Browse files
committed
Update secret name
Signed-off-by: Bryan Ramos <bramos@redhat.com>
1 parent 28c4a07 commit a419de5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/cleanup-prs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
steps:
1919
- name: Close PRs for release-* branches
2020
env:
21-
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
21+
GH_TOKEN: ${{ secrets.GH_TOKEN }}
2222
run: |
2323
echo "Finding open PRs that are for release branches"
2424

0 commit comments

Comments
 (0)