Skip to content

Commit 8388e91

Browse files
Xavier MetichecchiaXavier Metichecchia
authored andcommitted
Fix API_SECRET for lower envs
1 parent 7adfdd0 commit 8388e91

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.circleci/config.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ jobs:
6868
cf login -u $CF_USERNAME_DEV -p $CF_PASSWORD_DEV -o gsa-opp-analytics -s analytics-dev
6969
cat manifest.yml
7070
cf push -f "./manifest.yml"
71-
cf set-env analytics-reporter-api-develop API_DATA_GOV_SECRET "$API_SECRET"
71+
cf set-env analytics-reporter-api-develop API_DATA_GOV_SECRET "$API_SECRET_LOWER"
7272
cf restage analytics-reporter-api-develop
7373
cf logout
7474
@@ -140,7 +140,7 @@ jobs:
140140
cf login -u $CF_STAGING_SPACE_DEPLOYER_USERNAME -p $CF_STAGING_SPACE_DEPLOYER_PASSWORD -o gsa-opp-analytics -s analytics-staging
141141
cat manifest.yml
142142
cf push -f "./manifest.yml"
143-
cf set-env analytics-reporter-api-staging API_DATA_GOV_SECRET "$API_SECRET"
143+
cf set-env analytics-reporter-api-staging API_DATA_GOV_SECRET "$API_SECRET_LOWER"
144144
cf restage analytics-reporter-api-staging
145145
cf logout
146146

0 commit comments

Comments
 (0)