Skip to content

Commit

Permalink
docs(README): add section for sponsors :)
Browse files Browse the repository at this point in the history
  • Loading branch information
vhyrro committed Nov 14, 2023
1 parent cee3ae0 commit 6a91a2e
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 3 deletions.
17 changes: 17 additions & 0 deletions .github/workflows/sponsors.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
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.GH_SPONSORS_TOKEN }}
file: 'README.md'
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -486,8 +486,8 @@ heartwarming and fuels the urge to keep going :heart:. You can show support here

- [Buy me a coffee!](https://buymeacoffee.com/vhyrro)
- [Support me via Github Sponsors](https://github.com/sponsors/vhyrro)
- [Support me on LiberaPay](https://liberapay.com/vhyrro)
- [Support me on Patreon](https://patreon.com/vhyrro)
- Donate to my monero wallet: `86CXbnPLa14F458FRQFe26PRfffZTZDbUeb4NzYiHDtzcyaoMnfq1TqVU1EiBFrbKqGshFomDzxWzYX2kMvezcNu9TaKd9t`

<!-- TODO: Create table of donation links for all maintainers -->
Immense thank you to all of the sponsors of my work!

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

0 comments on commit 6a91a2e

Please sign in to comment.