Skip to content

Commit 26dfbbf

Browse files
authored
Change GITHUB_TOKEN to GH_PAT_LEO in workflow
also need to change python script
1 parent 6f5aa21 commit 26dfbbf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/look4updates.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
- name: Run release checker
2626
id: check
2727
env:
28-
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
28+
GH_TOKEN: ${{ secrets.GH_PAT_LEO }}
2929
run: python scripts/check_ppktstore_version.py
3030

3131
- name: Run follow-up action

0 commit comments

Comments
 (0)