mirror of
https://github.com/jesseduffield/lazygit.git
synced 2025-11-27 22:38:09 +02:00
Fix sponsors CI
this was failing because you need sufficient permissions to push to a protected branch
This commit is contained in:
2
.github/workflows/sponsors.yml
vendored
2
.github/workflows/sponsors.yml
vendored
@@ -26,3 +26,5 @@ jobs:
|
|||||||
git add README.md
|
git add README.md
|
||||||
git commit -m "Updated README.md" || exit 0
|
git commit -m "Updated README.md" || exit 0
|
||||||
git push
|
git push
|
||||||
|
env:
|
||||||
|
GITHUB_TOKEN: ${{secrets.GITHUB_API_TOKEN}}
|
||||||
|
|||||||
Reference in New Issue
Block a user