Skip to content

Commit e49a15f

Browse files
authoredJun 8, 2023
Switch close-issues to typescript-bot token (#54579)
1 parent ee80068 commit e49a15f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎.github/workflows/close-issues.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
steps:
2626
- name: Close issues
2727
env:
28-
GH_TOKEN: ${{ github.token }}
28+
GH_TOKEN: ${{ secrets.TS_BOT_GITHUB_TOKEN }}
2929
run: |
3030
DATE=$(date --date='2 days ago' --iso-8601)
3131

0 commit comments

Comments
 (0)