mirror of
https://github.com/Lissy93/dashy.git
synced 2025-12-06 16:43:13 +01:00
💚 Updates Access Token
This commit is contained in:
parent
b2f34b97cd
commit
28c66b765b
1 changed files with 5 additions and 3 deletions
|
|
@ -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]
|
on: [push, pull_request]
|
||||||
jobs:
|
jobs:
|
||||||
contrib-readme-job:
|
contrib-readme-job:
|
||||||
|
|
@ -8,7 +10,7 @@ jobs:
|
||||||
- name: Contribute List
|
- name: Contribute List
|
||||||
uses: akhilmhdh/contributors-readme-action@v2.2
|
uses: akhilmhdh/contributors-readme-action@v2.2
|
||||||
env:
|
env:
|
||||||
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
GITHUB_TOKEN: ${{ secrets.BOT_GITHUB_TOKEN }}
|
||||||
with:
|
with:
|
||||||
image_size: 80
|
image_size: 80
|
||||||
readme_path: docs/credits.md
|
readme_path: docs/credits.md
|
||||||
Loading…
Reference in a new issue