Force use of PAT on workflow

This commit is contained in:
Lucas Gabriel 2025-04-11 11:35:11 -03:00
parent b80cbc0ee0
commit 906722e3d9
No known key found for this signature in database
GPG Key ID: D9B075FC6DC93985

View File

@ -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