Skip to content

Commit

Permalink
Update sponsors list
Browse files Browse the repository at this point in the history
  • Loading branch information
kblok authored Nov 16, 2023
1 parent ec0e333 commit 8f188c0
Showing 1 changed file with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions .github/workflows/sponsors-in-readme.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
name: Generate Sponsors README
on:
workflow_dispatch:
schedule:
- cron: 30 15 * * 0-6
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.PAT }}
file: 'README.md'

0 comments on commit 8f188c0

Please sign in to comment.