diff --git a/.github/workflows/fast-forward.yml b/.github/workflows/fast-forward.yml index a292522b88..963afe3821 100644 --- a/.github/workflows/fast-forward.yml +++ b/.github/workflows/fast-forward.yml @@ -35,6 +35,8 @@ jobs: - name: Comment if mergeable_state is not clean if: ${{ github.event.pull_request.mergeable_state != 'clean' }} + env: + GH_TOKEN: ${{ secrets.CI_ACCESS_TOKEN }} run: | gh pr comment ${{ github.event.pull_request.number }} \ --repo "${GITHUB_REPOSITORY}" \