mirror of https://github.com/Lissy93/dashy.git
💚 Updates Access Token
This commit is contained in:
parent
b2f34b97cd
commit
28c66b765b
|
@ -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
|
||||
committer_email: liss-bot@d0h.co
|
Loading…
Reference in New Issue