Skip to content

Commit de09f6c

Browse files
authored
chore: Fix error in CI due to missing env variables (#1579)
1 parent be37851 commit de09f6c

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/ci.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -208,6 +208,9 @@ jobs:
208208
- name: Create certs dir
209209
run: node scripts/create-certs-dir.js ${{ steps.tmp-dir.outputs.dir }}/certs
210210
if: ${{ vars.TEMPORAL_CLIENT_NAMESPACE != '' }}
211+
env:
212+
TEMPORAL_CLIENT_CERT: ${{ secrets.TEMPORAL_CLIENT_CERT }}
213+
TEMPORAL_CLIENT_KEY: ${{ secrets.TEMPORAL_CLIENT_KEY }}
211214

212215
- name: Run Tests
213216
run: npm test

0 commit comments

Comments
 (0)