Skip to content

Commit 6c13c18

Browse files
authored
Merge pull request #342 from NHSDigital/feature/rgjb-eli-604-rotate_proxygen_key_in_ptl_and_prod
Update proxygen private key path
2 parents a3d6538 + 99e7b8d commit 6c13c18

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/dev_sandbox_publish_deploy.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -102,7 +102,7 @@ jobs:
102102
PROXYGEN_PRIVATE_KEY: ${{ secrets.PROXYGEN_PRIVATE_KEY_PROD }}
103103
run: |
104104
mkdir -p ~/.proxygen
105-
echo "$PROXYGEN_PRIVATE_KEY" > ~/.proxygen/eligibility-signposting-api.pem
105+
echo "$PROXYGEN_PRIVATE_KEY" > ~/.proxygen/eligibility-signposting-api-prod.pem
106106
make setup-proxygen-credentials ENV=prod
107107
- name: Generate specification
108108
run: |

0 commit comments

Comments
 (0)