We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 52dc08f commit 59dbee4Copy full SHA for 59dbee4
1 file changed
.github/workflows/dev_sandbox_publish_deploy.yaml
@@ -58,7 +58,7 @@ jobs:
58
run: |
59
mkdir -p ~/.proxygen
60
echo "$PROXYGEN_PRIVATE_KEY" > ~/.proxygen/eligibility-signposting-api.pem
61
- make setup-proxygen-credentials
+ make setup-proxygen-credentials ENV=ptl
62
- name: Generate specification
63
64
make construct-spec APIM_ENV=internal-dev
@@ -102,7 +102,7 @@ jobs:
102
103
104
105
+ make setup-proxygen-credentials ENV=prod
106
107
108
make construct-spec APIM_ENV=sandbox
0 commit comments