Switch close-issues to typescript-bot token (#54579)

This commit is contained in:
Jake Bailey 2023-06-08 12:10:38 -07:00 committed by GitHub
parent ee80068543
commit e49a15f633
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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)