From e3104ec72c00650d4e170c0140cbf4385b7d8e7b Mon Sep 17 00:00:00 2001 From: Kim Eik Date: Thu, 20 Jun 2024 06:56:51 +0000 Subject: [PATCH] Added sponsor recognition to readme --- .github/workflows/sponsors.yaml | 25 +++++++++++++++++++++++++ README.md | 6 ++++++ 2 files changed, 31 insertions(+) create mode 100644 .github/workflows/sponsors.yaml 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: