mirror of
https://github.com/jesseduffield/lazygit.git
synced 2026-09-10 23:56:24 -04:00
Fix sponsors CI
this was failing because you need sufficient permissions to push to a protected branch
This commit is contained in:
parent
ac4767bb2a
commit
271ca55512
2
.github/workflows/sponsors.yml
vendored
2
.github/workflows/sponsors.yml
vendored
|
|
@ -26,3 +26,5 @@ jobs:
|
|||
git add README.md
|
||||
git commit -m "Updated README.md" || exit 0
|
||||
git push
|
||||
env:
|
||||
GITHUB_TOKEN: ${{secrets.GITHUB_API_TOKEN}}
|
||||
|
|
|
|||
Loading…
Reference in a new issue