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 1ca2861 commit da4028cCopy full SHA for da4028c
.github/workflows/update-github-dependents.yml
@@ -25,7 +25,7 @@ jobs:
25
- name: Run fetch-github-dependents
26
run: node tools/fetch-github-dependents.mjs
27
env:
28
- GITHUB_TOKEN: ${{ secrets.PAT }}
+ GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
29
30
- name: Check for changes
31
id: git-check
0 commit comments