Skip to content

Commit

Permalink
Added sponsor recognition to readme
Browse files Browse the repository at this point in the history
  • Loading branch information
netbrain committed Jun 20, 2024
1 parent ab59ecd commit e3104ec
Show file tree
Hide file tree
Showing 2 changed files with 31 additions and 0 deletions.
25 changes: 25 additions & 0 deletions .github/workflows/sponsors.yaml
Original file line number Diff line number Diff line change
@@ -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: '.'
6 changes: 6 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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!

<!-- sponsors --><!-- sponsors -->

## Contributors ✨

Thanks go to these wonderful people:
Expand Down

0 comments on commit e3104ec

Please sign in to comment.