1
0
mirror of https://github.com/flarum/core.git synced 2025-08-05 07:57:46 +02:00

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.
This commit is contained in:
Davide Iadeluca
2025-05-28 09:06:35 +02:00
committed by GitHub
parent a7144274ed
commit dcbba5fccc

View File

@@ -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: >-