Skip to content

Commit 7021207

Browse files
authored
Merge pull request #119 from packagist/conductor-composer-auth
Conductor: rename example secret from COMPOSER_AUTH to CONDUCTOR_COMPOSER_AUTH
2 parents 513fa42 + de793a7 commit 7021207

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/conductor/getting-started.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ CONDUCTOR_GITHUB_ACTIONS_WORKFLOW
3333
1. Adjust the PHP Version used in the "Install PHP" step
3434
2. Commit and push the workflow to your main branch of your package repository
3535

36-
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.
36+
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.
3737
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.
3838

3939
![Create Authentication Token](/Resources/public/img/docs/conductor/authentication-token.png)

0 commit comments

Comments
 (0)