Skip to content

Commit 1a4f4a1

Browse files
committed
add back GITHUB_TOKEN
1 parent 8298ee4 commit 1a4f4a1

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/table_of_contents.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -68,6 +68,8 @@ jobs:
6868
6969
# Step 7 - Commit and Push generated Table Of Contents files
7070
- uses: stefanzweifel/git-auto-commit-action@v5
71+
env:
72+
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
7173
with:
7274
commit_message: "Autogenerate table of contents files from GitHub action - $(date '+%Y-%m-%d %H:%M:%S')"
7375
file_pattern: 'table-of-contents-files/*'

0 commit comments

Comments
 (0)