We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 89836d7 commit 82c7773Copy full SHA for 82c7773
.github/workflows/fetch-sponsors.yml
@@ -25,7 +25,7 @@ jobs:
25
26
- name: Fetch GitHub Sponsors
27
env:
28
- GITHUB_TOKEN: ${{ secrets.SPONSORS_TOKEN }}
+ SPONSORS_TOKEN: ${{ secrets.SPONSORS_TOKEN }}
29
run: python scripts/fetch-sponsors.py
30
31
- name: Configure Git
@@ -37,4 +37,4 @@ jobs:
37
run: |
38
git add json/sponsors.json
39
git commit -m "Update Sponsors" || true
40
- git push || true
+ git push || true
0 commit comments