From 208a15fd1941a45e785836ce126d263009541270 Mon Sep 17 00:00:00 2001 From: Alicia Sykes Date: Wed, 10 Nov 2021 16:34:40 +0000 Subject: [PATCH] :green_heart: Fixes github token for pr-labler --- .github/workflows/pr-labler.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/pr-labler.yml b/.github/workflows/pr-labler.yml index 3f92e5c4..c65ad46c 100644 --- a/.github/workflows/pr-labler.yml +++ b/.github/workflows/pr-labler.yml @@ -9,4 +9,4 @@ jobs: if: github.event.action == 'opened' uses: ffittschen/pr-branch-labeler@v1 with: - repo-token: ${{ secrets.BOT_GITHUB_TOKEN }} \ No newline at end of file + repo-token: ${{ secrets.BOT_GITHUB_TOKEN || secrets.GITHUB_TOKEN }} \ No newline at end of file