Skip to content

Commit

Permalink
add sponsors
Browse files Browse the repository at this point in the history
  • Loading branch information
thijsvanloef committed Feb 6, 2024
1 parent 25896d5 commit d14d879
Show file tree
Hide file tree
Showing 2 changed files with 27 additions and 0 deletions.
23 changes: 23 additions & 0 deletions .github/workflows/sponsors.yml
Original file line number Diff line number Diff line change
@@ -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: '.'
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

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

## Server Requirements

| Resource | Minimum | Recommended |
Expand Down

0 comments on commit d14d879

Please sign in to comment.