diff --git a/.github/workflows/sponsors.yaml b/.github/workflows/sponsors.yaml new file mode 100644 index 0000000..cf096b9 --- /dev/null +++ b/.github/workflows/sponsors.yaml @@ -0,0 +1,25 @@ +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@v2 + + - name: Generate Sponsors 💖 + uses: JamesIves/github-sponsors-readme-action@v1 + with: + token: ${{ secrets.SPONSORS_PAT }} + file: 'README.md' + + - name: Deploy to GitHub Pages 🚀 + uses: JamesIves/github-pages-deploy-action@v4 + with: + branch: master + folder: '.' \ No newline at end of file diff --git a/README.md b/README.md index de4326c..4c3486c 100644 --- a/README.md +++ b/README.md @@ -174,6 +174,12 @@ The `zwift.sh` script will update zwift by checking for new image versions on ev There is a github action in place that will update zwift on a scheduled basis and publish new versions to docker hub. +## Sponsors 💖 + +These are our really cool sponsors! + + + ## Contributors ✨ Thanks go to these wonderful people: