From 37016c379232439b421335e983bae3195a2770dc Mon Sep 17 00:00:00 2001 From: Mystic Date: Wed, 30 Oct 2024 15:41:48 +0900 Subject: [PATCH] chore(readme): add sponsors --- .github/workflows/sponsors.yml | 19 +++++++++++++++++++ README.md | 6 ++++++ 2 files changed, 25 insertions(+) create mode 100644 .github/workflows/sponsors.yml diff --git a/.github/workflows/sponsors.yml b/.github/workflows/sponsors.yml new file mode 100644 index 0000000..a15f39e --- /dev/null +++ b/.github/workflows/sponsors.yml @@ -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' diff --git a/README.md b/README.md index 5125528..50b351c 100644 --- a/README.md +++ b/README.md @@ -60,6 +60,12 @@ please select the package link from below. - [Quick Start](https://rnkakao.dev) +## Sponsors + +These are our really cool sponsors! + + + ## Contributing - [Contributing](https://github.com/mym0404/react-native-kakao/blob/main/CONTRIBUTING.md)