Updated sponsor workflow
This commit is contained in:
parent
9d67a50fb8
commit
a356625797
1 changed files with 1 additions and 1 deletions
2
.github/workflows/sponsors.yml
vendored
2
.github/workflows/sponsors.yml
vendored
|
@ -13,7 +13,7 @@ jobs:
|
||||||
- name: Generate Sponsors 💖
|
- name: Generate Sponsors 💖
|
||||||
uses: JamesIves/github-sponsors-readme-action@v1
|
uses: JamesIves/github-sponsors-readme-action@v1
|
||||||
with:
|
with:
|
||||||
token: ${{ secrets.GEN_SPON_TKN }}
|
token: ${{ secrets.PAT_GHS }}
|
||||||
file: 'README.md'
|
file: 'README.md'
|
||||||
|
|
||||||
- name: Deploy to GitHub Pages 🚀
|
- name: Deploy to GitHub Pages 🚀
|
||||||
|
|
Loading…
Reference in a new issue