Adjusting readme file
parent
126edea32e
commit
879308aed6
|
|
@ -33,6 +33,9 @@ To provide authentication for API calls, create ".env" file in the script direct
|
||||||
|
|
||||||
<ENV NAME>=<ENV TOKEN>
|
<ENV NAME>=<ENV TOKEN>
|
||||||
<ENV NAME> is name of environment variable. This name should be passed to "environment.yaml" file as "env-token-name" parameter
|
<ENV NAME> is name of environment variable. This name should be passed to "environment.yaml" file as "env-token-name" parameter
|
||||||
|
Example:
|
||||||
|
environment.yaml file: "- env-token-name: "GLOBAL_CONFIG_TOKEN"
|
||||||
|
.env file: "GLOBAL_CONFIG_TOKEN=XXXXXXXXXXX"
|
||||||
BITBUCKET_USERNAME=<USERNAME>
|
BITBUCKET_USERNAME=<USERNAME>
|
||||||
<USERNAME> for bitbucket account with read access to shared_configuration repo and R/W access to archive repo
|
<USERNAME> for bitbucket account with read access to shared_configuration repo and R/W access to archive repo
|
||||||
BITBUCKET_TOKEN=<TOKEN>
|
BITBUCKET_TOKEN=<TOKEN>
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue