Create sponsors.yml (#305)

This commit is contained in:
Steve Ruiz 2021-11-19 13:59:11 +00:00 committed by GitHub
parent 67a7935cfc
commit 4377e39da5
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

16
.github/workflows/sponsors.yml vendored Normal file
View file

@ -0,0 +1,16 @@
name: Generate Sponsors README
on:
push:
branches:
- main
jobs:
deploy:
runs-on: ubuntu-latest
steps:
- name: Checkout 🛎️
uses: actions/checkout@v2
- name: Generate Sponsors 💖
uses: JamesIves/github-sponsors-readme-action@1.0.5
with:
token: ${{ secrets.PAT }}
file: 'README.md'