mirror of
https://github.com/abocn/TelegramBot.git
synced 2025-04-28 17:15:57 +00:00
Force use of PAT on workflow
This commit is contained in:
parent
b80cbc0ee0
commit
906722e3d9
2
.github/workflows/update-authors.yml
vendored
2
.github/workflows/update-authors.yml
vendored
@ -33,4 +33,4 @@ jobs:
|
|||||||
run: |
|
run: |
|
||||||
git add AUTHORS
|
git add AUTHORS
|
||||||
git commit -m "Update AUTHORS file automatically"
|
git commit -m "Update AUTHORS file automatically"
|
||||||
git push
|
git push https://x-access-token:${{ secrets.GH_TOKEN }}@github.com/${{ github.repository }} HEAD:main
|
||||||
|
Loading…
x
Reference in New Issue
Block a user