Skip to content

Commit 59dbee4

Browse files
committed
[ELI-604] adding further env flags
1 parent 52dc08f commit 59dbee4

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/dev_sandbox_publish_deploy.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ jobs:
5858
run: |
5959
mkdir -p ~/.proxygen
6060
echo "$PROXYGEN_PRIVATE_KEY" > ~/.proxygen/eligibility-signposting-api.pem
61-
make setup-proxygen-credentials
61+
make setup-proxygen-credentials ENV=ptl
6262
- name: Generate specification
6363
run: |
6464
make construct-spec APIM_ENV=internal-dev
@@ -102,7 +102,7 @@ jobs:
102102
run: |
103103
mkdir -p ~/.proxygen
104104
echo "$PROXYGEN_PRIVATE_KEY" > ~/.proxygen/eligibility-signposting-api.pem
105-
make setup-proxygen-credentials
105+
make setup-proxygen-credentials ENV=prod
106106
- name: Generate specification
107107
run: |
108108
make construct-spec APIM_ENV=sandbox

0 commit comments

Comments
 (0)