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 8ff470b commit 15f7538Copy full SHA for 15f7538
.github/workflows/issue_check.yml
@@ -16,7 +16,7 @@ jobs:
16
wget https://raw.githubusercontent.com/chenxuuu/action/main/scripts/issue_check.py
17
- name: check issue
18
env:
19
- GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
+ GITHUB_TOKEN: ${{ secrets.ISSUE_CHECK_TOKEN }}
20
ISSUE_URL: ${{ github.event.issue.html_url }}
21
run: |
22
cd ..
0 commit comments