mirror of
https://github.com/microsoft/TypeScript.git
synced 2026-02-04 21:53:42 -06:00
Switch close-issues to typescript-bot token (#54579)
This commit is contained in:
parent
ee80068543
commit
e49a15f633
2
.github/workflows/close-issues.yml
vendored
2
.github/workflows/close-issues.yml
vendored
@ -25,7 +25,7 @@ jobs:
|
||||
steps:
|
||||
- name: Close issues
|
||||
env:
|
||||
GH_TOKEN: ${{ github.token }}
|
||||
GH_TOKEN: ${{ secrets.TS_BOT_GITHUB_TOKEN }}
|
||||
run: |
|
||||
DATE=$(date --date='2 days ago' --iso-8601)
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user