summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJesse Duffield <jessedduffield@gmail.com>2024-03-09 20:26:05 +1100
committerJesse Duffield <jessedduffield@gmail.com>2024-03-09 20:26:05 +1100
commit271ca555122fc1d6db00915a16b123e1ca6d4401 (patch)
tree35a1e3c36f2cba62ac87b96f078496df93126b6a
parentac4767bb2a2fe7e2b342c856566ac06db0c21137 (diff)
Fix sponsors CI
this was failing because you need sufficient permissions to push to a protected branch
-rw-r--r--.github/workflows/sponsors.yml2
1 files changed, 2 insertions, 0 deletions
diff --git a/.github/workflows/sponsors.yml b/.github/workflows/sponsors.yml
index 61409225d..10906950c 100644
--- a/.github/workflows/sponsors.yml
+++ b/.github/workflows/sponsors.yml
@@ -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}}