diff --git a/.github/workflows/insert-contributors.yml b/.github/workflows/insert-credits.yml similarity index 64% rename from .github/workflows/insert-contributors.yml rename to .github/workflows/insert-credits.yml index f40bb578..9d3976bd 100644 --- a/.github/workflows/insert-contributors.yml +++ b/.github/workflows/insert-credits.yml @@ -1,4 +1,6 @@ -# Generates and inserts a dynamic table of contributors into ./docs/credits.md +# Generates and inserts a dynamic table of contributors, +# sponsors, bots and helpful community members into ./docs/credits.md +name: Insert Credits on: [push, pull_request] jobs: contrib-readme-job: @@ -8,11 +10,11 @@ jobs: - name: Contribute List uses: akhilmhdh/contributors-readme-action@v2.2 env: - GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} + GITHUB_TOKEN: ${{ secrets.BOT_GITHUB_TOKEN }} with: image_size: 80 readme_path: docs/credits.md columns_per_row: 6 commit_message: ':yellow_heart: Updates contributors list' committer_username: liss-bot - committer_email: liss-bot@d0h.co \ No newline at end of file + committer_email: liss-bot@d0h.co