CI: correct sponsors README generation
Signed-off-by: Stephen Gutekanst <stephen@hexops.com>
This commit is contained in:
parent
f657d69852
commit
78decaf6af
1 changed files with 5 additions and 5 deletions
10
.github/workflows/sponsors.yml
vendored
10
.github/workflows/sponsors.yml
vendored
|
|
@ -11,20 +11,20 @@ jobs:
|
||||||
uses: actions/checkout@v2
|
uses: actions/checkout@v2
|
||||||
|
|
||||||
- name: Generate Sponsors (bronze) 💖
|
- name: Generate Sponsors (bronze) 💖
|
||||||
uses: JamesIves/github-sponsors-readme-action@1.0.5
|
uses: slimsag/github-sponsors-readme-action@dev
|
||||||
with:
|
with:
|
||||||
token: ${{ secrets.SLIMSAG_SPONSORS_PAT }}
|
token: ${{ secrets.SLIMSAG_SPONSORS_PAT }}
|
||||||
file: 'README.md'
|
file: 'README.md'
|
||||||
maximum: 6
|
maximum: 600 # cents
|
||||||
marker: 'bronze'
|
marker: 'bronze'
|
||||||
|
|
||||||
- name: Generate Sponsors (silver) 💖
|
- name: Generate Sponsors (silver) 💖
|
||||||
uses: JamesIves/github-sponsors-readme-action@1.0.5
|
uses: slimsag/github-sponsors-readme-action@dev
|
||||||
with:
|
with:
|
||||||
token: ${{ secrets.SLIMSAG_SPONSORS_PAT }}
|
token: ${{ secrets.SLIMSAG_SPONSORS_PAT }}
|
||||||
file: 'README.md'
|
file: 'README.md'
|
||||||
minimum: 24
|
minimum: 250 # cents
|
||||||
maximum: 50
|
maximum: 260 # cents
|
||||||
marker: 'silver'
|
marker: 'silver'
|
||||||
|
|
||||||
- name: Push changes to GitHub
|
- name: Push changes to GitHub
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue