Skip to content
This repository was archived by the owner on Apr 13, 2023. It is now read-only.

Commit 72a853b

Browse files
authored
refactor: workflow update (#850)
1 parent b100384 commit 72a853b

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/deploy.yaml

+1
Original file line numberDiff line numberDiff line change
@@ -123,6 +123,7 @@ jobs:
123123
role-to-assume: ${{ secrets.CDK_AWS_ACCESS_ROLE_ARN }}
124124
role-duration-seconds: 7200
125125
- name: Deploy FHIR Server and Hapi Validator with CDK
126+
env:
126127
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
127128
run: |
128129
yarn deploy -c region=${{ matrix.region }} -c useHapiValidator=true -c enableMultiTenancy=${{ matrix.enableMultiTenancy }} -c enableSubscriptions=true --all --require-approval never

0 commit comments

Comments
 (0)