We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 93fd3e3 commit d349cd7Copy full SHA for d349cd7
1 file changed
.github/workflows/book.yml
@@ -35,5 +35,7 @@ jobs:
35
36
- name: Commit updated toc.md for the book
37
uses: stefanzweifel/git-auto-commit-action@v4
38
+ env:
39
+ GITHUB_TOKEN: ${{ github.token }}
40
with:
41
commit_message: Writing updated toc.md for the ${{ matrix.language }} book
0 commit comments