diff --git a/.github/workflows/build-toc.yaml b/.github/workflows/build-toc.yaml index 02176d6..6e39645 100644 --- a/.github/workflows/build-toc.yaml +++ b/.github/workflows/build-toc.yaml @@ -33,4 +33,4 @@ jobs: git commit -m "docs: Update TOC.md" || echo "No changes to commit" git push origin HEAD:main env: - GITHUB_TOKEN: ${{ secrets.GH_USER_TOKEN }} \ No newline at end of file + GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} \ No newline at end of file