From 812be60d2a49481c985fc66a142c03ba934102c0 Mon Sep 17 00:00:00 2001 From: Reinier van der Leer Date: Fri, 19 May 2023 17:07:48 +0200 Subject: [PATCH] Delete sponsors_readme.yml workflow (#4304) --- .github/workflows/sponsors_readme.yml | 28 --------------------------- 1 file changed, 28 deletions(-) delete mode 100644 .github/workflows/sponsors_readme.yml diff --git a/.github/workflows/sponsors_readme.yml b/.github/workflows/sponsors_readme.yml deleted file mode 100644 index 7e51a4f8..00000000 --- a/.github/workflows/sponsors_readme.yml +++ /dev/null @@ -1,28 +0,0 @@ -name: Generate Sponsors README - -on: - workflow_dispatch: - schedule: - - cron: '0 */12 * * *' - -jobs: - deploy: - runs-on: ubuntu-latest - steps: - - name: Checkout 🛎️ - uses: actions/checkout@v3 - - - name: Generate Sponsors 💖 - uses: JamesIves/github-sponsors-readme-action@v1 - with: - token: ${{ secrets.README_UPDATER_PAT }} - file: 'README.md' - minimum: 2500 - maximum: 99999 - - - name: Deploy to GitHub Pages 🚀 - uses: JamesIves/github-pages-deploy-action@v4 - with: - branch: master - folder: '.' - token: ${{ secrets.README_UPDATER_PAT }}