From 01edde8f6ad4166b61fcde99f094ea39d852af3a Mon Sep 17 00:00:00 2001 From: Steve Ruiz Date: Fri, 19 Nov 2021 14:14:45 +0000 Subject: [PATCH] Delete sponsors.yml --- .github/workflows/sponsors.yml | 26 -------------------------- 1 file changed, 26 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 481e58fb2541..000000000000 --- a/.github/workflows/sponsors.yml +++ /dev/null @@ -1,26 +0,0 @@ -name: publish-sponsors -on: - schedule: - - cron: 30 15 * * 0-6 - -jobs: - generate-sponsors: - runs-on: ubuntu-latest - steps: - - name: Checkout 🛎️ - uses: actions/checkout@v2 - - - name: Generate Sponsors 💖 - uses: JamesIves/github-sponsors-readme-action@releases/v1 - with: - token: ${{ secrets.PAT }} - marker: 'real-sponsors' - file: 'README.md' - template: '' - minimum: 500 - - - name: Deploy to GitHub Pages - uses: JamesIves/github-pages-deploy-action@4.1.1 - with: - branch: dev - folder: '.'