diff --git a/.github/workflows/REUSABLE_frontend.yml b/.github/workflows/REUSABLE_frontend.yml index 8ada1b019e..d13d522ccb 100644 --- a/.github/workflows/REUSABLE_frontend.yml +++ b/.github/workflows/REUSABLE_frontend.yml @@ -123,6 +123,9 @@ jobs: build: name: Checks & Build 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')