Skip to content

Commit 8620f34

Browse files
committed
CCM-12133: missing envars
1 parent 0a08678 commit 8620f34

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

.github/workflows/manual-proxy-internal-dev-deploy.yaml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,10 @@ jobs:
1515
runs-on: ubuntu-latest
1616
name: Deploy to Internal Dev
1717
env:
18-
PROXYGEN_API_NAME: notify-supplier-api
19-
PROXYGEN_PRIVATE_KEY: ${{ secrets.PROXYGEN_PRIVATE_KEY }}
18+
PROXYGEN_PRIVATE_KEY: ${{ secrets.PROXYGEN_ENCODED_NOTIFY_SUPPLIER_PRIVATE_KEY }}
19+
PROXYGEN_KID: notify-supplier-key-1
20+
PROXYGEN_CLIENT_ID: nhs-notify-supplier-client
21+
PROXYGEN_API_NAME: nhs-notify-supplier
2022
steps:
2123
- name: Checkout
2224
uses: actions/checkout@v4

0 commit comments

Comments
 (0)