We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 825db06 commit f874698Copy full SHA for f874698
.github/workflows/stale-issues-workflow.yml
@@ -17,7 +17,7 @@ jobs:
17
# https://github.com/actions/stale
18
- uses: actions/stale@v3
19
with:
20
- repo-token: ${{ github.token }}
+ repo-token: ${{ secrets.CORESTEPS_BOT_GITHUB_TOKEN }}
21
# do not manage PRs
22
days-before-pr-stale: -1
23
days-before-pr-close: -1
@@ -48,7 +48,7 @@ jobs:
48
# https://github.com/dessant/lock-threads
49
- uses: dessant/lock-threads@v2
50
51
- github-token: ${{ github.token }}
+ github-token: ${{ secrets.CORESTEPS_BOT_GITHUB_TOKEN }}
52
53
process-only: issues
54
# stale issue config
0 commit comments