diff --git a/.github/workflows/REUSABLE_frontend.yml b/.github/workflows/REUSABLE_frontend.yml index 34f49dfec6..03c906f457 100644 --- a/.github/workflows/REUSABLE_frontend.yml +++ b/.github/workflows/REUSABLE_frontend.yml @@ -124,6 +124,7 @@ jobs: runs-on: ${{ inputs.runner_type }} env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} + GIT_ACTOR_TOKEN: ${{ secrets.git_actor_token }} if: >- ((github.event_name == 'pull_request' && github.event.pull_request.head.repo.full_name != github.repository) || github.event_name != 'pull_request')