8000 fix: token换成有权限的 · Air-duino/Arduino-AirMCU@15f7538 · GitHub
[go: up one dir, main page]

Skip to content

Commit 15f7538

Browse files
authored
fix: token换成有权限的
1 parent 8ff470b commit 15f7538

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/issue_check.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
wget https://raw.githubusercontent.com/chenxuuu/action/main/scripts/issue_check.py
1717
- name: check issue
1818
env:
19-
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
19+
GITHUB_TOKEN: ${{ secrets.ISSUE_CHECK_TOKEN }}
2020
ISSUE_URL: ${{ github.event.issue.html_url }}
2121
run: |
2222
cd ..

0 commit comments

Comments
 (0)
0