Skip to content

Commit 4a31644

Browse files
authored
Update github-sponsors.yml
1 parent 966c102 commit 4a31644

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/github-sponsors.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,11 +13,11 @@ jobs:
1313
- name: Generate Sponsors 💖
1414
uses: JamesIves/github-sponsors-readme-action@v1
1515
with:
16-
token: ${{ secrets.GITHUB_SPONSORS_PAT }}
16+
token: ${{ secrets.SPONSORS_WORKFLOW_PAT }}
1717
file: 'README.md'
1818

1919
- name: Deploy to GitHub Pages 🚀
2020
uses: JamesIves/github-pages-deploy-action@v4
2121
with:
2222
branch: main
23-
folder: '.'
23+
folder: '.'

0 commit comments

Comments
 (0)