We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6bdb0dd commit 79d9c97Copy full SHA for 79d9c97
.github/workflows/issue-reminder.yml
@@ -18,7 +18,7 @@ jobs:
18
uses: actions/checkout@v2
19
20
- name: Authenticate GitHub CLI with ACTION_TOKEN
21
- run: gh auth login --with-token <<< ${{ secrets.ACTION_TOKEN }}
+ run: gh auth login --with-token <<< ${{ secrets.GITHUB_TOKEN }}
22
23
- name: Get list of open issues
24
id: get_issues
0 commit comments