Skip to content

Commit 79d9c97

Browse files
Update issue-reminder.yml
1 parent 6bdb0dd commit 79d9c97

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/issue-reminder.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
uses: actions/checkout@v2
1919

2020
- name: Authenticate GitHub CLI with ACTION_TOKEN
21-
run: gh auth login --with-token <<< ${{ secrets.ACTION_TOKEN }}
21+
run: gh auth login --with-token <<< ${{ secrets.GITHUB_TOKEN }}
2222

2323
- name: Get list of open issues
2424
id: get_issues

0 commit comments

Comments
 (0)