Skip to content

Commit 52dc08f

Browse files
committed
[ELI-604] adding new env flag
1 parent 560fdfc commit 52dc08f

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/preprod_publish_deploy.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ jobs:
5050
run: |
5151
mkdir -p ~/.proxygen
5252
echo "$PROXYGEN_PRIVATE_KEY" > ~/.proxygen/eligibility-signposting-api.pem
53-
make setup-proxygen-credentials
53+
make setup-proxygen-credentials ENV=prod
5454
- name: Generate specification
5555
run: |
5656
make construct-spec APIM_ENV=preprod

.github/workflows/prod_publish_deploy.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ jobs:
4949
run: |
5050
mkdir -p ~/.proxygen
5151
echo "$PROXYGEN_PRIVATE_KEY" > ~/.proxygen/eligibility-signposting-api.pem
52-
make setup-proxygen-credentials
52+
make setup-proxygen-credentials ENV=prod
5353
- name: Generate specification
5454
run: |
5555
make construct-spec APIM_ENV=prod

0 commit comments

Comments
 (0)