From b4a4f412683eef7e5cd5180c11d0ec4b54feecbc Mon Sep 17 00:00:00 2001 From: Davide Iadeluca Date: Wed, 28 May 2025 08:56:00 +0200 Subject: [PATCH] fix: remove redefinition of github token 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 f879ec4d8e..f7bee6880a 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: >-