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 8298ee4 commit 1a4f4a1Copy full SHA for 1a4f4a1
.github/workflows/table_of_contents.yml
@@ -68,6 +68,8 @@ jobs:
68
69
# Step 7 - Commit and Push generated Table Of Contents files
70
- uses: stefanzweifel/git-auto-commit-action@v5
71
+ env:
72
+ GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
73
with:
74
commit_message: "Autogenerate table of contents files from GitHub action - $(date '+%Y-%m-%d %H:%M:%S')"
75
file_pattern: 'table-of-contents-files/*'
0 commit comments