From dcbba5fcccbb240cd5f8a654e71a83846e5a777b Mon Sep 17 00:00:00 2001 From: Davide Iadeluca <146922689+DavideIadeluca@users.noreply.github.com> Date: Wed, 28 May 2025 09:06:35 +0200 Subject: [PATCH] fix: remove redefinition of github token (#4218) Fixes a regression introduced in https://github.com/flarum/framework/pull/4078 in relation to composer auth. It appears as if explicitly defining it in the job interferes with how actions such as shivammathur/setup-php@v2 authenticate with composer. --- .github/workflows/REUSABLE_frontend.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/.github/workflows/REUSABLE_frontend.yml b/.github/workflows/REUSABLE_frontend.yml index f879ec4d8..f7bee6880 100644 --- a/.github/workflows/REUSABLE_frontend.yml +++ b/.github/workflows/REUSABLE_frontend.yml @@ -124,7 +124,6 @@ jobs: name: Checks & Build runs-on: ${{ inputs.runner_type }} env: - GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} GIT_ACTOR_TOKEN: ${{ secrets.git_actor_token }} if: >-