diff --git a/.github/workflows/sponsors.yml b/.github/workflows/sponsors.yml new file mode 100644 index 0000000..0f7c31d --- /dev/null +++ b/.github/workflows/sponsors.yml @@ -0,0 +1,32 @@ +name: Generate Sponsors List +on: + workflow_dispatch: + +permissions: + contents: write + +jobs: + generate-sponsors: + runs-on: ubuntu-latest + steps: + - name: Checkout + uses: actions/checkout@v4 + + - name: Generate Sponsors + uses: JamesIves/github-sponsors-readme-action@v1 + with: + token: ${{ secrets.PAT }} + file: README.md + + - name: Create Pull Request + uses: peter-evans/create-pull-request@v7 + with: + token: ${{ secrets.GITHUB_TOKEN }} + commit-message: | + docs: regenerate readme sponsors list + committer: GitHub + author: GitHub + branch: docs/update-readme + title: | + docs: regenerate readme sponsors list + labels: bot diff --git a/README.md b/README.md index 4756f98..ffe6c5a 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,5 @@
- Tinyauth + Tinyauth

Tinyauth

The easiest way to secure your apps with a login screen.

@@ -53,9 +53,7 @@ Tinyauth is licensed under the GNU General Public License v3.0. TL;DR — You ma Thanks a lot to the following people for providing me with more coffee: -|
Nicolas
|
Erwin
|
SimpleHomelab
|
jmadden91
|
tribor
| -| -------------------------------------------------------------------------------------------------------------------- | ----------------------------------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------------------------------------- | ---------------------------------------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------------------------------- | -|
Nicolas
|
Erwin
|
SimpleHomelab
|
jmadden91
|
tribor
| + ## Acknowledgements