diff --git a/.github/workflows/check-labels.yml b/.github/workflows/check-labels.yml index 49c978a..0ab000c 100644 --- a/.github/workflows/check-labels.yml +++ b/.github/workflows/check-labels.yml @@ -21,4 +21,4 @@ jobs: gh pr comment --repo ${{ github.repository}} ${{ github.event.pull_request.number }} -b "PR missing one of the required labels: **${required_labels[*]}**" exit 1 env: - GH_TOKEN: ${{ github.token }} \ No newline at end of file + GH_TOKEN: ${{ secrets.BOT_TOKEN_WORKFLOW }} \ No newline at end of file