Skip to content

Commit 82c7773

Browse files
authored
[skip ci] Update fetch-sponsors.yml
1 parent 89836d7 commit 82c7773

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/fetch-sponsors.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
2626
- name: Fetch GitHub Sponsors
2727
env:
28-
GITHUB_TOKEN: ${{ secrets.SPONSORS_TOKEN }}
28+
SPONSORS_TOKEN: ${{ secrets.SPONSORS_TOKEN }}
2929
run: python scripts/fetch-sponsors.py
3030

3131
- name: Configure Git
@@ -37,4 +37,4 @@ jobs:
3737
run: |
3838
git add json/sponsors.json
3939
git commit -m "Update Sponsors" || true
40-
git push || true
40+
git push || true

0 commit comments

Comments
 (0)