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 8d8168a commit c063637Copy full SHA for c063637
.github/workflows/update.yml
@@ -33,3 +33,5 @@ jobs:
33
git add workbook/
34
git commit -m "Auto-generate workbook for branch ${{ github.ref_name }}" || echo "No changes to commit"
35
git push
36
+ env:
37
+ GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
0 commit comments