diff --git a/.github/workflows/update-authors.yml b/.github/workflows/update-authors.yml index 79e8f27..2d9a65e 100644 --- a/.github/workflows/update-authors.yml +++ b/.github/workflows/update-authors.yml @@ -33,4 +33,4 @@ jobs: run: | git add AUTHORS git commit -m "Update AUTHORS file automatically" - git push + git push https://x-access-token:${{ secrets.GH_TOKEN }}@github.com/${{ github.repository }} HEAD:main