diff --git a/.github/update-toc.yml b/.github/update-toc.yml index 4bcd0eb..2293fe3 100644 --- a/.github/update-toc.yml +++ b/.github/update-toc.yml @@ -3,7 +3,7 @@ name: Update TOC on: push: branches: - - main + - main # Adjust the branch name as needed jobs: update-toc: @@ -26,5 +26,4 @@ jobs: git add README.md git diff-index --quiet HEAD || git commit -m "Update TOC" git push origin main - env: - GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} +