Skip to content

Commit

Permalink
Set up GitHub Sponsors Readme Action (#3398)
Browse files Browse the repository at this point in the history
  • Loading branch information
junegunn committed Aug 14, 2023
1 parent 3c279a6 commit 6509f09
Show file tree
Hide file tree
Showing 2 changed files with 27 additions and 0 deletions.
24 changes: 24 additions & 0 deletions .github/workflows/sponsors.yml
Original file line number Diff line number Diff line change
@@ -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: '.'
3 changes: 3 additions & 0 deletions typos.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,3 +4,6 @@ ba = "ba"
fo = "fo"
enew = "enew"
tabe = "tabe"

[files]
extend-exclude = ["README.md"]

0 comments on commit 6509f09

Please sign in to comment.