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