Skip to content

Commit

Permalink
feat: Updated .github/workflows/lock-issue.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
sweep-ai[bot] authored Jan 2, 2024
1 parent aba15d9 commit ecb49ce
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/lock-issue.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,9 @@ jobs:
steps:
- uses: dessant/lock-threads@v4
with:
github-token: ${{ secrets.BOT_GITHUB_TOKEN }}
# The BOT_GITHUB_TOKEN secret should contain a valid GitHub token.
# The workflow will fail with a "Bad credentials" error if the secret is missing or invalid.
github-token: ${{ secrets.BOT_GITHUB_TOKEN }}
issue-inactive-days: '365'
exclude-issue-created-before: ''
exclude-issue-created-after: ''
Expand Down

0 comments on commit ecb49ce

Please sign in to comment.