Skip to content

Commit af5ea62

Browse files
committed
sponsor: readme.md
1 parent a721b4e commit af5ea62

File tree

2 files changed

+46
-0
lines changed

2 files changed

+46
-0
lines changed

.github/workflows/sponsor.yaml

Lines changed: 27 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,27 @@
1+
name: Generate Sponsors README
2+
on:
3+
workflow_dispatch:
4+
schedule:
5+
- cron: 30 15 * * 0-6
6+
permissions:
7+
contents: write
8+
jobs:
9+
deploy:
10+
runs-on: ubuntu-latest
11+
steps:
12+
- name: Checkout 🛎️
13+
uses: actions/checkout@v2
14+
15+
- name: Generate Sponsors 💖
16+
uses: JamesIves/github-sponsors-readme-action@v1
17+
with:
18+
token: ${{ secrets.PAT }}
19+
file: 'README.md'
20+
21+
# ⚠️ Note: You can use any deployment step here to automatically push the README
22+
# changes back to your branch.
23+
# - name: Deploy to GitHub Pages 🚀
24+
# uses: JamesIves/github-pages-deploy-action@v4
25+
# with:
26+
# branch: master # The branch the action should deploy to.
27+
# folder: '.'

README.md

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -60,6 +60,25 @@
6060
- ⚡ Both synchronous and asynchronous APIs
6161
- 🧪 Comprehensive examples and documentation
6262

63+
## 💎 Sponsors
64+
65+
We are grateful to our sponsors who help make Neonize possible. Their support enables us to continue developing and maintaining this open-source project for the community.
66+
67+
<!-- sponsors --><!-- sponsors -->
68+
69+
### 🤝 Become a Sponsor
70+
71+
Your sponsorship helps us:
72+
- ⚡ Maintain and improve Neonize
73+
- 🐛 Fix bugs and add new features
74+
- 📚 Create better documentation
75+
- 🔧 Provide community support
76+
- 🚀 Keep the project free and open-source
77+
78+
**[Become a Sponsor →](https://github.com/sponsors/krypton-byte)**
79+
80+
*Thank you to all our sponsors for believing in Neonize and supporting open-source development! 🙏*
81+
6382
## 🚀 Getting Started
6483

6584
### Prerequisites

0 commit comments

Comments
 (0)