File tree Expand file tree Collapse file tree 1 file changed +5
-3
lines changed Expand file tree Collapse file tree 1 file changed +5
-3
lines changed Original file line number Diff line number Diff line change @@ -150,15 +150,17 @@ jobs:
150
150
cat << JSON > /tmp/auth_schema_settings
151
151
${{ secrets.D365_API_KEY_SCHEME }}
152
152
JSON
153
-
153
+ cat << JSON > /tmp/BCCASApi
154
+ ${{ secrets.BCCASApi }}
155
+ JSON
154
156
curl -s https://raw.githubusercontent.com/bcgov/${{ env.REPO_NAME }}/${{ env.BRANCH }}/tools/config/update-configmap.sh \
155
157
| bash /dev/stdin \
156
158
${{ env.APP_ENVIRONMENT }} \
157
159
${{ env.APP_NAME }} \
158
160
${{ env.OPENSHIFT_NAMESPACE }} \
159
161
/tmp/authentication_settings \
160
- /tmp/auth_schema_settings
161
-
162
+ /tmp/auth_schema_settings \
163
+ /tmp/BCCASApi
162
164
# Start rollout (if necessary) and follow it
163
165
oc rollout restart deployment/${{ env.APP_NAME }}-${{ env.IMAGE_NAME }}-${{ env.APP_ENVIRONMENT }} 2> /dev/null \
164
166
|| true && echo "Rollout in progress"
You can’t perform that action at this time.
0 commit comments