Create sponsors.yml (#305)
This commit is contained in:
parent
67a7935cfc
commit
4377e39da5
1 changed files with 16 additions and 0 deletions
16
.github/workflows/sponsors.yml
vendored
Normal file
16
.github/workflows/sponsors.yml
vendored
Normal 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'
|
Loading…
Reference in a new issue