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 27404ca commit 22e2402Copy full SHA for 22e2402
.github/workflows/table_of_contents.yml
@@ -69,6 +69,8 @@ jobs:
69
# Step 7 - Commit and Push generated Table Of Contents files
70
- name: Commit and Push Changes
71
if: steps.check_changes.outputs.has_changes == 'true'
72
+ env:
73
+ GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
74
run: |
75
git add table-of-contents-files/*
76
git commit -m "Autogenerate table of contents files from GitHub action - $(date '+%Y-%m-%d %H:%M:%S')"
0 commit comments