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