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