diff --git a/.github/workflows/sponsors.yml b/.github/workflows/sponsors.yml new file mode 100644 index 00000000..87c0cdff --- /dev/null +++ b/.github/workflows/sponsors.yml @@ -0,0 +1,23 @@ +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.SPONSORS_PAT }} + file: 'README.md' + + - name: Deploy to GitHub Pages 🚀 + uses: JamesIves/github-pages-deploy-action@v4 + with: + branch: master + folder: '.' \ No newline at end of file diff --git a/README.md b/README.md index d45c14d3..6eb8df7c 100644 --- a/README.md +++ b/README.md @@ -21,12 +21,18 @@ helm upgrade --install -n operators ext-postgres-operator ext-postgres-operator ``` ---------------------------------------------------------- - +## Sponsors Please consider sponsoring my work - + Sponsor +

+Current sponsors: + + +

+ ## Features * Creates a database from a CR