From 906722e3d93e323794e0b5b7b570d41190c81572 Mon Sep 17 00:00:00 2001 From: Luquinhas Date: Fri, 11 Apr 2025 11:35:11 -0300 Subject: [PATCH] Force use of PAT on workflow --- .github/workflows/update-authors.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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