Skip to content

Commit

Permalink
chore: Use other github token syntax
Browse files Browse the repository at this point in the history
  • Loading branch information
dermotduffy committed Oct 4, 2024
1 parent cb7bc95 commit 50aec65
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/lock.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
steps:
- uses: dessant/[email protected]
with:
github-token: ${{ github.token }}
github-token: ${{ secrets.GITHUB_TOKEN }}
issue-inactive-days: '30'
issue-lock-reason: ''
pr-inactive-days: '30'
Expand Down

0 comments on commit 50aec65

Please sign in to comment.