1
0
mirror of https://github.com/jesseduffield/lazygit.git synced 2025-11-25 22:32:13 +02:00

Fix sponsors CI

this was failing because you need sufficient permissions to push to a
protected branch
This commit is contained in:
Jesse Duffield
2024-03-09 20:26:05 +11:00
parent ac4767bb2a
commit 271ca55512

View File

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