Skip to content

Commit

Permalink
add back GITHUB_TOKEN
Browse files Browse the repository at this point in the history
  • Loading branch information
Blargian committed Jan 24, 2025
1 parent 8298ee4 commit 1a4f4a1
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/table_of_contents.yml
Original file line number Diff line number Diff line change
Expand Up @@ -68,6 +68,8 @@ jobs:
# Step 7 - Commit and Push generated Table Of Contents files
- uses: stefanzweifel/git-auto-commit-action@v5
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
with:
commit_message: "Autogenerate table of contents files from GitHub action - $(date '+%Y-%m-%d %H:%M:%S')"
file_pattern: 'table-of-contents-files/*'
Expand Down

0 comments on commit 1a4f4a1

Please sign in to comment.