Skip to content

Commit

Permalink
Attempt to add sponsors section to readme
Browse files Browse the repository at this point in the history
  • Loading branch information
beveradb committed Mar 11, 2024
1 parent 1d72f1d commit 966c102
Show file tree
Hide file tree
Showing 2 changed files with 27 additions and 0 deletions.
23 changes: 23 additions & 0 deletions .github/workflows/github-sponsors.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
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.GITHUB_SPONSORS_PAT }}
file: 'README.md'

- name: Deploy to GitHub Pages 🚀
uses: JamesIves/github-pages-deploy-action@v4
with:
branch: main
folder: '.'
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -352,3 +352,7 @@ This project is licensed under the MIT [License](LICENSE).
## Contact 💌

For questions or feedback, please raise an issue or reach out to @beveradb ([Andrew Beveridge](mailto:[email protected])) directly.

## Sponsors

<!-- sponsors --><!-- sponsors -->

0 comments on commit 966c102

Please sign in to comment.