File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 68
68
cf login -u $CF_USERNAME_DEV -p $CF_PASSWORD_DEV -o gsa-opp-analytics -s analytics-dev
69
69
cat manifest.yml
70
70
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 "
72
72
cf restage analytics-reporter-api-develop
73
73
cf logout
74
74
@@ -140,7 +140,7 @@ jobs:
140
140
cf login -u $CF_STAGING_SPACE_DEPLOYER_USERNAME -p $CF_STAGING_SPACE_DEPLOYER_PASSWORD -o gsa-opp-analytics -s analytics-staging
141
141
cat manifest.yml
142
142
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 "
144
144
cf restage analytics-reporter-api-staging
145
145
cf logout
146
146
You can’t perform that action at this time.
0 commit comments