From d14d8791cab97f492d8f59aee09a0996a19ce9e7 Mon Sep 17 00:00:00 2001 From: Thijs van Loef Date: Tue, 6 Feb 2024 12:39:57 +0100 Subject: [PATCH] add sponsors --- .github/workflows/sponsors.yml | 23 +++++++++++++++++++++++ README.md | 4 ++++ 2 files changed, 27 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 000000000..c10760406 --- /dev/null +++ b/.github/workflows/sponsors.yml @@ -0,0 +1,23 @@ +name: Generate Sponsors README +on: + workflow_dispatch: + schedule: + - cron: 45 12 * * * +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.SPONSOR_PAT }} + file: 'README.md' + + - name: Deploy to README + uses: JamesIves/github-pages-deploy-action@v4 + with: + branch: main + folder: '.' \ No newline at end of file diff --git a/README.md b/README.md index a394b50ac..5fa9e600e 100644 --- a/README.md +++ b/README.md @@ -27,6 +27,10 @@ This Docker container has been tested and will work on Linux (Ubuntu/Debian), Wi > > They will need to join players using the invite code and are limited to sessions of 4 players max. +## Sponsors + + + ## Server Requirements | Resource | Minimum | Recommended |