mirror of
https://github.com/flarum/core.git
synced 2025-08-06 00:17:31 +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:
1
.github/workflows/REUSABLE_frontend.yml
vendored
1
.github/workflows/REUSABLE_frontend.yml
vendored
@@ -124,7 +124,6 @@ jobs:
|
|||||||
name: Checks & Build
|
name: Checks & Build
|
||||||
runs-on: ${{ inputs.runner_type }}
|
runs-on: ${{ inputs.runner_type }}
|
||||||
env:
|
env:
|
||||||
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
|
||||||
GIT_ACTOR_TOKEN: ${{ secrets.git_actor_token }}
|
GIT_ACTOR_TOKEN: ${{ secrets.git_actor_token }}
|
||||||
|
|
||||||
if: >-
|
if: >-
|
||||||
|
Reference in New Issue
Block a user