Skip to content

Commit 172aaba

Browse files
authored
Merge pull request #6134 from fdefelici/ci/fix-lock-threads-workflow
ci: fix wrong GH token in `lock-threads` workflow
2 parents 7936329 + 898a2e1 commit 172aaba

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/lock-threads.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929
id: lock_threads
3030
uses: stacks-network/actions/lock-threads@main
3131
with:
32-
github-token: ${{ secrets.GH_TOKEN }}
32+
github-token: ${{ secrets.GITHUB_TOKEN }}
3333
issue-inactive-days: 7
3434
pr-inactive-days: 7
3535
discussion-inactive-days: 7

0 commit comments

Comments
 (0)