We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 560fdfc commit 52dc08fCopy full SHA for 52dc08f
2 files changed
.github/workflows/preprod_publish_deploy.yaml
@@ -50,7 +50,7 @@ jobs:
50
run: |
51
mkdir -p ~/.proxygen
52
echo "$PROXYGEN_PRIVATE_KEY" > ~/.proxygen/eligibility-signposting-api.pem
53
- make setup-proxygen-credentials
+ make setup-proxygen-credentials ENV=prod
54
- name: Generate specification
55
56
make construct-spec APIM_ENV=preprod
.github/workflows/prod_publish_deploy.yaml
@@ -49,7 +49,7 @@ jobs:
49
make construct-spec APIM_ENV=prod
0 commit comments