From 2e26559cc34b6ed5f99f82054dc1f513e8473db4 Mon Sep 17 00:00:00 2001 From: Stephen Gutekanst Date: Tue, 14 Dec 2021 19:04:10 -0700 Subject: [PATCH] CI: remove sponsors generation (moved to website) Signed-off-by: Stephen Gutekanst --- .github/workflows/sponsors.yml | 35 ---------------------------------- 1 file changed, 35 deletions(-) delete mode 100644 .github/workflows/sponsors.yml diff --git a/.github/workflows/sponsors.yml b/.github/workflows/sponsors.yml deleted file mode 100644 index e15af8ab..00000000 --- a/.github/workflows/sponsors.yml +++ /dev/null @@ -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'