From de793a7f0e1b109d2952a8f7be560593d9bbda7d Mon Sep 17 00:00:00 2001 From: Stephan Vock Date: Fri, 31 Jan 2025 09:51:57 +0000 Subject: [PATCH] Conductor: rename example secret from COMPOSER_AUTH to CONDUCTOR_COMPOSER_AUTH --- docs/conductor/getting-started.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/conductor/getting-started.md b/docs/conductor/getting-started.md index ac8e54e2..c0a48528 100644 --- a/docs/conductor/getting-started.md +++ b/docs/conductor/getting-started.md @@ -33,7 +33,7 @@ CONDUCTOR_GITHUB_ACTIONS_WORKFLOW 1. Adjust the PHP Version used in the "Install PHP" step 2. Commit and push the workflow to your main branch of your package repository -Create a secret `COMPOSER_AUTH` with the Composer authentication configuration [as described here](https://getcomposer.org/doc/articles/authentication-for-private-packages.md#authentication-using-the-composer-auth-environment-variable) to access Private Packagist. +Create a secret `CONDUCTOR_COMPOSER_AUTH` with the Composer authentication configuration [as described here](https://getcomposer.org/doc/articles/authentication-for-private-packages.md#authentication-using-the-composer-auth-environment-variable) to access Private Packagist. We recommend to create a dedicated authentication token with update access. You can copy and paste the contents for the secret from the "Environment variable" tab in the Private Packagist UI while creating the token in "Settings" -> "Authentication Tokens". Remove the single quotes around the value. ![Create Authentication Token](/Resources/public/img/docs/conductor/authentication-token.png)