Skip to content

Commit f874698

Browse files
Use custom bot token in stale workflow (#183)
Co-authored-by: Olivér Falvai <[email protected]>
1 parent 825db06 commit f874698

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/stale-issues-workflow.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
# https://github.com/actions/stale
1818
- uses: actions/stale@v3
1919
with:
20-
repo-token: ${{ github.token }}
20+
repo-token: ${{ secrets.CORESTEPS_BOT_GITHUB_TOKEN }}
2121
# do not manage PRs
2222
days-before-pr-stale: -1
2323
days-before-pr-close: -1
@@ -48,7 +48,7 @@ jobs:
4848
# https://github.com/dessant/lock-threads
4949
- uses: dessant/lock-threads@v2
5050
with:
51-
github-token: ${{ github.token }}
51+
github-token: ${{ secrets.CORESTEPS_BOT_GITHUB_TOKEN }}
5252
# do not manage PRs
5353
process-only: issues
5454
# stale issue config

0 commit comments

Comments
 (0)