diff --git a/.github/workflows/labeler.yml b/.github/workflows/labeler.yml index 62b51e6cc7a..540c204cf63 100644 --- a/.github/workflows/labeler.yml +++ b/.github/workflows/labeler.yml @@ -12,3 +12,5 @@ jobs: - uses: actions/labeler@v5 - if: github.event.pull_request.user.login == 'dependabot[bot]' run: gh pr edit ${{ github.event.pull_request.number }} --add-label "generated" + env: + GH_TOKEN: ${{ github.token }}