Updated sponsor workflow
This commit is contained in:
parent
7f07d4da1c
commit
6405bd2910
1 changed files with 1 additions and 2 deletions
3
.github/workflows/sponsors.yml
vendored
3
.github/workflows/sponsors.yml
vendored
|
@ -13,9 +13,8 @@ jobs:
|
|||
- name: Generate Sponsors 💖
|
||||
uses: JamesIves/github-sponsors-readme-action@v1
|
||||
with:
|
||||
token: ${{ secrets.PAT_GHS }}
|
||||
token: ${{ secrets.PAT_GHS2 }}
|
||||
file: 'README.md'
|
||||
template: '* [{{{ name }}}]({{{ url }}}) - {{{ login }}}'
|
||||
|
||||
- name: Deploy to GitHub Pages 🚀
|
||||
uses: JamesIves/github-pages-deploy-action@v4
|
||||
|
|
Loading…
Reference in a new issue