Spaces:
Running
Running
| name: Generate Sponsors README | |
| on: | |
| workflow_dispatch: | |
| schedule: | |
| - cron: 30 15 * * 0-6 | |
| permissions: | |
| contents: write | |
| jobs: | |
| deploy: | |
| runs-on: ubuntu-latest | |
| steps: | |
| - name: Checkout ποΈ | |
| uses: actions/checkout@v4 | |
| - name: Generate Sponsors π | |
| uses: JamesIves/github-sponsors-readme-action@v1 | |
| with: | |
| token: ${{ secrets.SPONSORS_WORKFLOW_PAT }} | |
| file: 'README.md' | |
| - name: Deploy to GitHub Pages π | |
| uses: JamesIves/github-pages-deploy-action@v4 | |
| with: | |
| branch: main | |
| folder: '.' | |