We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6820fa1 commit 679a534Copy full SHA for 679a534
.github/workflows/build-index.yml
@@ -103,4 +103,5 @@ jobs:
103
else
104
git commit -m "🤖 Auto-generate data.json [skip ci]"
105
git push
106
- fi
+ env:
107
+ GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
0 commit comments