Skip to content

Commit e2164c3

Browse files
committed
chore: Use GITHUB_TOKEN in lock-threads workflow
1 parent 694e7f9 commit e2164c3

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

.github/workflows/lock-threads.yml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,6 @@ jobs:
2323
- uses: actions/stale@v9
2424
name: Regular stale action
2525
with:
26-
repo-token: ${{ secrets.CLERK_COOKIE_PAT }}
2726
days-before-issue-stale: 30
2827
days-before-pr-stale: 50
2928
days-before-issue-close: 10
@@ -61,7 +60,6 @@ jobs:
6160
- uses: actions/stale@v9
6261
name: Stale action for needs-reproduction issues
6362
with:
64-
repo-token: ${{ secrets.CLERK_COOKIE_PAT }}
6563
days-before-issue-stale: 7
6664
days-before-issue-close: 1
6765
exempt-all-assignees: true
@@ -78,7 +76,6 @@ jobs:
7876
After 8 days without a reproduction being supplied, we are closing this issue. Keep in mind, I'm just a robot, so if I've closed this issue in error, please reply here and my human colleagues will reopen it. Likewise if a reproduction is prepared after it has been closed.
7977
- uses: dessant/lock-threads@v4
8078
with:
81-
github-token: ${{ secrets.CLERK_COOKIE_PAT }}
8279
issue-inactive-days: '365'
8380
issue-comment: 'This issue has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related bugs.'
8481
process-only: 'issues'

0 commit comments

Comments
 (0)