mirror of
https://github.com/microsoft/TypeScript.git
synced 2026-02-05 08:11:30 -06:00
Fix close-issues workflow token (#54570)
This commit is contained in:
parent
e8a1dbba22
commit
c4f1116e96
2
.github/workflows/close-issues.yml
vendored
2
.github/workflows/close-issues.yml
vendored
@ -24,6 +24,8 @@ jobs:
|
||||
|
||||
steps:
|
||||
- name: Close issues
|
||||
env:
|
||||
GH_TOKEN: ${{ github.token }}
|
||||
run: |
|
||||
DATE=$(date --date='2 days ago' --iso-8601)
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user