1
0
mirror of https://github.com/flarum/core.git synced 2025-09-08 23:20:54 +02:00

feat: support composer auth (#3961)

This commit is contained in:
IanM
2024-01-22 17:57:54 +00:00
committed by GitHub
parent 734f4a150c
commit 8f29b7af82
2 changed files with 10 additions and 0 deletions

View File

@@ -52,10 +52,16 @@ on:
required: false
default: error_reporting=E_ALL
secrets:
composer_auth:
description: The Composer auth tokens to use for private packages.
required: false
env:
COMPOSER_ROOT_VERSION: dev-main
# `inputs.composer_directory` defaults to `inputs.backend_directory`
FLARUM_TEST_TMP_DIR_LOCAL: tests/integration/tmp
COMPOSER_AUTH: ${{ secrets.composer_auth }}
jobs:
test: