Skip to content

Commit

Permalink
Switch close-issues to typescript-bot token (#54579)
Browse files Browse the repository at this point in the history
  • Loading branch information
jakebailey authored Jun 8, 2023
1 parent ee80068 commit e49a15f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/close-issues.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit e49a15f

Please sign in to comment.