Skip to content

Commit

Permalink
chore(readme): add sponsors
Browse files Browse the repository at this point in the history
  • Loading branch information
mym0404 committed Oct 30, 2024
1 parent c65c7a0 commit 37016c3
Show file tree
Hide file tree
Showing 2 changed files with 25 additions and 0 deletions.
19 changes: 19 additions & 0 deletions .github/workflows/sponsors.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
name: Generate Sponsors README
on:
workflow_dispatch:
schedule:
- cron: 30 15 * * 0-6
permissions:
contents: write
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.PAT }}
file: 'README.md'
6 changes: 6 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -60,6 +60,12 @@ please select the package link from below.

- [Quick Start](https://rnkakao.dev)

## Sponsors

These are our really cool sponsors!

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

## Contributing

- [Contributing](https://github.com/mym0404/react-native-kakao/blob/main/CONTRIBUTING.md)
Expand Down

0 comments on commit 37016c3

Please sign in to comment.