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 a0cc720 commit 29d65e1Copy full SHA for 29d65e1
.github/workflows/refresh-data.yaml
@@ -32,4 +32,4 @@ jobs:
32
git config --global user.email 'github-actions[bot]@users.noreply.github.com'
33
git diff --exit-code || (git add public/projects.json && git commit -m 'Update projects.json with latest GitHub data' && git push)
34
env:
35
- GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
+ GH_TOKEN: ${{ secrets.GH_TOKEN }}
0 commit comments