mirror of https://github.com/Lissy93/dashy.git
🚑️ Attempt to fix Sponsor workflow
This commit is contained in:
parent
17ffa8da8f
commit
ce4d962cdc
|
@ -1,6 +1,6 @@
|
||||||
# Generates a list of sponsors, and inserts it into specified files
|
# Generates a list of sponsors, and inserts it into specified files
|
||||||
# where the `<!-- sponsors --><!-- sponsors -->` tag is
|
# where the `<!-- sponsors --><!-- sponsors -->` tag is
|
||||||
name: Inserts Current Sponsors in Readme
|
name: Inserts Sponsors
|
||||||
on:
|
on:
|
||||||
workflow_dispatch:
|
workflow_dispatch:
|
||||||
release:
|
release:
|
||||||
|
@ -14,10 +14,10 @@ jobs:
|
||||||
- name: Generate Sponsors in Readme 💖
|
- name: Generate Sponsors in Readme 💖
|
||||||
uses: JamesIves/github-sponsors-readme-action@1.0.5
|
uses: JamesIves/github-sponsors-readme-action@1.0.5
|
||||||
with:
|
with:
|
||||||
token: ${{ secrets.PAT }}
|
token: ${{ secrets.GITHUB_TOKEN }}
|
||||||
file: 'README.md'
|
file: 'README.md'
|
||||||
- name: Generate Sponsors in Credits 💖
|
- name: Generate Sponsors in Credits 💖
|
||||||
uses: JamesIves/github-sponsors-readme-action@1.0.5
|
uses: JamesIves/github-sponsors-readme-action@1.0.5
|
||||||
with:
|
with:
|
||||||
token: ${{ secrets.PAT }}
|
token: ${{ secrets.GITHUB_TOKEN }}
|
||||||
file: 'docs/credits.md'
|
file: 'docs/credits.md'
|
||||||
|
|
Loading…
Reference in New Issue