diff --git a/.github/workflows/bumpversion.yml b/.github/workflows/bumpversion.yml index 2516b2448..86a379ef2 100644 --- a/.github/workflows/bumpversion.yml +++ b/.github/workflows/bumpversion.yml @@ -16,6 +16,11 @@ jobs: with: fetch-depth: 0 token: '${{ secrets.PERSONAL_ACCESS_TOKEN }}' + - name: Generate Sponsors 💖 + uses: JamesIves/github-sponsors-readme-action@v1 + with: + token: ${{ secrets.PERSONAL_ACCESS_TOKEN_FOR_ORG }} + file: 'docs/README.md' - name: Create bump and changelog uses: commitizen-tools/commitizen-action@master with: diff --git a/docs/README.md b/docs/README.md index 2e14a37b1..56848cfa4 100644 --- a/docs/README.md +++ b/docs/README.md @@ -153,6 +153,12 @@ eval "$(register-python-argcomplete cz)" For further information on activation, please visit the [argcomplete website](https://kislyuk.github.io/argcomplete/). +## Sponsors + +These are our cool sponsors! + + + [conventional_commits]: https://www.conventionalcommits.org [semver]: https://semver.org/ [keepchangelog]: https://keepachangelog.com/