Set up GitHub Sponsors Readme Action (#3398)

pull/3399/head
Junegunn Choi 9 months ago committed by GitHub
parent 3c279a6f0e
commit 6509f09961
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -0,0 +1,24 @@
---
name: Generate Sponsors README
on:
workflow_dispatch:
schedule:
- cron: 0 * * * *
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_TOKEN }}
file: 'README.md'
- name: Deploy to GitHub Pages 🚀
uses: JamesIves/github-pages-deploy-action@v4
with:
branch: master
folder: '.'

@ -4,3 +4,6 @@ ba = "ba"
fo = "fo"
enew = "enew"
tabe = "tabe"
[files]
extend-exclude = ["README.md"]

Loading…
Cancel
Save