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