We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ee80068 commit e49a15fCopy full SHA for e49a15f
.github/workflows/close-issues.yml
@@ -25,7 +25,7 @@ jobs:
25
steps:
26
- name: Close issues
27
env:
28
- GH_TOKEN: ${{ github.token }}
+ GH_TOKEN: ${{ secrets.TS_BOT_GITHUB_TOKEN }}
29
run: |
30
DATE=$(date --date='2 days ago' --iso-8601)
31
0 commit comments