Skip to content

Commit

Permalink
fix: token换成有权限的
Browse files Browse the repository at this point in the history
  • Loading branch information
chenxuuu authored Dec 13, 2023
1 parent 8ff470b commit 15f7538
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/issue_check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
wget https://raw.githubusercontent.com/chenxuuu/action/main/scripts/issue_check.py
- name: check issue
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
GITHUB_TOKEN: ${{ secrets.ISSUE_CHECK_TOKEN }}
ISSUE_URL: ${{ github.event.issue.html_url }}
run: |
cd ..
Expand Down

0 comments on commit 15f7538

Please sign in to comment.