CI: remove sponsors generation (moved to website)
Signed-off-by: Stephen Gutekanst <stephen@hexops.com>
This commit is contained in:
parent
398b289941
commit
2e26559cc3
1 changed files with 0 additions and 35 deletions
35
.github/workflows/sponsors.yml
vendored
35
.github/workflows/sponsors.yml
vendored
|
|
@ -1,35 +0,0 @@
|
|||
name: Generate Sponsors README
|
||||
on:
|
||||
push:
|
||||
branches:
|
||||
- main
|
||||
jobs:
|
||||
deploy:
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- name: Checkout
|
||||
uses: actions/checkout@v2
|
||||
|
||||
- name: Generate Sponsors (bronze) 💖
|
||||
uses: slimsag/github-sponsors-readme-action@dev
|
||||
with:
|
||||
token: ${{ secrets.SLIMSAG_SPONSORS_PAT }}
|
||||
file: 'README.md'
|
||||
maximum: 600 # cents
|
||||
marker: 'bronze'
|
||||
|
||||
- name: Generate Sponsors (silver) 💖
|
||||
uses: slimsag/github-sponsors-readme-action@dev
|
||||
with:
|
||||
token: ${{ secrets.SLIMSAG_SPONSORS_PAT }}
|
||||
file: 'README.md'
|
||||
minimum: 2500 # cents
|
||||
maximum: 2600 # cents
|
||||
marker: 'silver'
|
||||
|
||||
- name: Push changes to GitHub
|
||||
uses: JamesIves/github-pages-deploy-action@4.1.1
|
||||
with:
|
||||
branch: main
|
||||
folder: '.'
|
||||
commit-message: 'README: regenerate sponsors section'
|
||||
Loading…
Add table
Add a link
Reference in a new issue