💚 Fixes github token for pr-labler

This commit is contained in:
Alicia Sykes 2021-11-10 16:34:40 +00:00
parent 7444517ce0
commit 208a15fd19
1 changed files with 1 additions and 1 deletions

View File

@ -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 }}