From fc498c044b201ab2227db524d47dd94e4418d644 Mon Sep 17 00:00:00 2001 From: Davide Iadeluca Date: Fri, 18 Oct 2024 10:51:24 +0200 Subject: [PATCH] chore: add back in --- .github/workflows/REUSABLE_frontend.yml | 1 + 1 file changed, 1 insertion(+) 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')