CI: correct sponsors README generation
Signed-off-by: Stephen Gutekanst <stephen@hexops.com>
This commit is contained in:
parent
fea135afba
commit
20d91fd961
1 changed files with 7 additions and 8 deletions
15
.github/workflows/sponsors.yml
vendored
15
.github/workflows/sponsors.yml
vendored
|
|
@ -13,7 +13,7 @@ jobs:
|
||||||
- name: Generate Sponsors (bronze) 💖
|
- name: Generate Sponsors (bronze) 💖
|
||||||
uses: JamesIves/github-sponsors-readme-action@1.0.5
|
uses: JamesIves/github-sponsors-readme-action@1.0.5
|
||||||
with:
|
with:
|
||||||
token: ${{ secrets.GITHUB_TOKEN }}
|
token: ${{ secrets.SLIMSAG_SPONSORS_PAT }}
|
||||||
file: 'README.md'
|
file: 'README.md'
|
||||||
maximum: 5
|
maximum: 5
|
||||||
marker: 'bronze'
|
marker: 'bronze'
|
||||||
|
|
@ -21,16 +21,15 @@ jobs:
|
||||||
- name: Generate Sponsors (silver) 💖
|
- name: Generate Sponsors (silver) 💖
|
||||||
uses: JamesIves/github-sponsors-readme-action@1.0.5
|
uses: JamesIves/github-sponsors-readme-action@1.0.5
|
||||||
with:
|
with:
|
||||||
token: ${{ secrets.GITHUB_TOKEN }}
|
token: ${{ secrets.SLIMSAG_SPONSORS_PAT }}
|
||||||
file: 'README.md'
|
file: 'README.md'
|
||||||
minimum: 25
|
minimum: 25
|
||||||
maximum: 50
|
maximum: 50
|
||||||
marker: 'silver'
|
marker: 'silver'
|
||||||
|
|
||||||
- name: Generate Sponsors (gold) 💖
|
- name: Push changes to GitHub
|
||||||
uses: JamesIves/github-sponsors-readme-action@1.0.5
|
uses: JamesIves/github-pages-deploy-action@4.1.1
|
||||||
with:
|
with:
|
||||||
token: ${{ secrets.GITHUB_TOKEN }}
|
branch: main
|
||||||
file: 'README.md'
|
folder: '.'
|
||||||
minimum: 100
|
commit-message: 'README: regenerate sponsors section'
|
||||||
marker: 'gold'
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue