Skip to content

Commit bc8df58

Browse files
committed
ci(workflows): [lock-inactive-threads] use bot token
Signed-off-by: Lexus Drumgold <[email protected]>
1 parent 8ece6c9 commit bc8df58

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

.github/workflows/lock-inactive-threads.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,9 +10,6 @@ name: lock-inactive-threads
1010
on:
1111
schedule:
1212
- cron: 0 0 * * *
13-
permissions:
14-
issues: write
15-
pull-requests: write
1613
jobs:
1714
lock-inactive-threads:
1815
runs-on: ubuntu-latest
@@ -21,6 +18,7 @@ jobs:
2118
name: Lock inactive issues and pull requests
2219
uses: dessant/[email protected]
2320
with:
21+
github-token: ${{ steps.bot-token.outputs.token }}
2422
issue-comment: |
2523
This issue has been automatically locked since there has not been any recent activity
2624
after it was closed. Please open a new issue for related bugs or features. Be sure to

0 commit comments

Comments
 (0)