Skip to content

Commit

Permalink
Use custom bot token in stale workflow (#10)
Browse files Browse the repository at this point in the history
Co-authored-by: Olivér Falvai <oliver.falvai@bitrise.io>
  • Loading branch information
bitrise-coresteps-bot and ofalvai committed Sep 22, 2021
1 parent 54f6d69 commit f50a47f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/stale-issues-workflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
# https://github.com/actions/stale
- uses: actions/stale@v3
with:
repo-token: ${{ github.token }}
repo-token: ${{ secrets.CORESTEPS_BOT_GITHUB_TOKEN }}
# do not manage PRs
days-before-pr-stale: -1
days-before-pr-close: -1
Expand Down Expand Up @@ -48,7 +48,7 @@ jobs:
# https://github.com/dessant/lock-threads
- uses: dessant/lock-threads@v2
with:
github-token: ${{ github.token }}
github-token: ${{ secrets.CORESTEPS_BOT_GITHUB_TOKEN }}
# do not manage PRs
process-only: issues
# stale issue config
Expand Down

0 comments on commit f50a47f

Please sign in to comment.