Adjusting readme file

OPMAAS-3253
Patryk Gudalewicz 2022-09-20 10:58:10 +02:00
parent 126edea32e
commit 879308aed6
1 changed files with 3 additions and 0 deletions

View File

@ -33,6 +33,9 @@ To provide authentication for API calls, create ".env" file in the script direct
<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
Example:
environment.yaml file: "- env-token-name: "GLOBAL_CONFIG_TOKEN"
.env file: "GLOBAL_CONFIG_TOKEN=XXXXXXXXXXX"
BITBUCKET_USERNAME=<USERNAME>
<USERNAME> for bitbucket account with read access to shared_configuration repo and R/W access to archive repo
BITBUCKET_TOKEN=<TOKEN>