mirror of
https://github.com/Lissy93/dashy.git
synced 2025-07-25 22:55:32 +02:00
👷 Use bot token to generate credits
This commit is contained in:
parent
31312a8af1
commit
d7f851c8b5
6
.github/workflows/generate-credits.yml
vendored
6
.github/workflows/generate-credits.yml
vendored
@ -12,7 +12,7 @@ jobs:
|
|||||||
steps:
|
steps:
|
||||||
- uses: bubkoo/contributors-list@v1
|
- uses: bubkoo/contributors-list@v1
|
||||||
with:
|
with:
|
||||||
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
GITHUB_TOKEN: ${{ secrets.BOT_GITHUB_TOKEN }}
|
||||||
svgPath: docs/assets/CONTRIBUTORS.svg
|
svgPath: docs/assets/CONTRIBUTORS.svg
|
||||||
affiliation: all
|
affiliation: all
|
||||||
includeBots: false
|
includeBots: false
|
||||||
@ -30,12 +30,12 @@ jobs:
|
|||||||
- name: Generate Sponsors in Readme 💖
|
- name: Generate Sponsors in Readme 💖
|
||||||
uses: JamesIves/github-sponsors-readme-action@1.0.5
|
uses: JamesIves/github-sponsors-readme-action@1.0.5
|
||||||
with:
|
with:
|
||||||
token: ${{ secrets.GITHUB_TOKEN }}
|
token: ${{ secrets.BOT_GITHUB_TOKEN }}
|
||||||
file: 'README.md'
|
file: 'README.md'
|
||||||
- name: Generate Sponsors in Credits 💖
|
- name: Generate Sponsors in Credits 💖
|
||||||
uses: JamesIves/github-sponsors-readme-action@1.0.5
|
uses: JamesIves/github-sponsors-readme-action@1.0.5
|
||||||
with:
|
with:
|
||||||
token: ${{ secrets.GITHUB_TOKEN }}
|
token: ${{ secrets.BOT_GITHUB_TOKEN }}
|
||||||
file: 'docs/credits.md'
|
file: 'docs/credits.md'
|
||||||
# Job #3 - Update the Credits page
|
# Job #3 - Update the Credits page
|
||||||
insert-credits:
|
insert-credits:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user