Skip to content

Commit da4028c

Browse files
committed
use GITHUB_TOKEN
1 parent 1ca2861 commit da4028c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/update-github-dependents.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
- name: Run fetch-github-dependents
2626
run: node tools/fetch-github-dependents.mjs
2727
env:
28-
GITHUB_TOKEN: ${{ secrets.PAT }}
28+
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
2929

3030
- name: Check for changes
3131
id: git-check

0 commit comments

Comments
 (0)