Skip to content

Commit 044cffa

Browse files
committed
feat: add Supporters section to README and create sync sponsors workflow
1 parent 9979190 commit 044cffa

3 files changed

Lines changed: 24 additions & 15 deletions

File tree

.github/FUNDING.yml

Lines changed: 0 additions & 15 deletions
This file was deleted.
Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
name: Sync Sponsors
2+
3+
# Thin wrapper around the org-level reusable workflow.
4+
# The reusable workflow expects a SPONSORS_TOKEN secret with read:user + read:org.
5+
6+
on:
7+
workflow_dispatch:
8+
schedule:
9+
- cron: '0 6 * * 1'
10+
11+
permissions:
12+
contents: write
13+
14+
jobs:
15+
sync:
16+
uses: gofiber/.github/.github/workflows/sync-sponsors.yml@main
17+
secrets:
18+
sponsors-token: ${{ secrets.SPONSORS_TOKEN }}

README.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -221,3 +221,9 @@ Several benchmarks to compare Fiber with other frameworks.
221221
### 👍 Contributing
222222

223223
Contribution guidelines can be found on [CONTRIBUTING.md](https://github.com/gofiber/awesome-fiber/blob/master/CONTRIBUTING.md)
224+
225+
## ☕ Supporters
226+
227+
Fiber is an open-source project that runs on donations to pay the bills, e.g., our domain name, hosting, and serverless infrastructure. If you want to support Fiber, please become a [GitHub Sponsor](https://github.com/sponsors/gofiber).
228+
229+
<!-- sponsors --><!-- sponsors -->

0 commit comments

Comments
 (0)