mirror of
https://github.com/Lissy93/dashy.git
synced 2025-04-08 17:06:18 +02:00
💚 Fixes github token for pr-labler
This commit is contained in:
parent
7444517ce0
commit
208a15fd19
2
.github/workflows/pr-labler.yml
vendored
2
.github/workflows/pr-labler.yml
vendored
@ -9,4 +9,4 @@ jobs:
|
||||
if: github.event.action == 'opened'
|
||||
uses: ffittschen/pr-branch-labeler@v1
|
||||
with:
|
||||
repo-token: ${{ secrets.BOT_GITHUB_TOKEN }}
|
||||
repo-token: ${{ secrets.BOT_GITHUB_TOKEN || secrets.GITHUB_TOKEN }}
|
Loading…
x
Reference in New Issue
Block a user