We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent be37851 commit de09f6cCopy full SHA for de09f6c
.github/workflows/ci.yml
@@ -208,6 +208,9 @@ jobs:
208
- name: Create certs dir
209
run: node scripts/create-certs-dir.js ${{ steps.tmp-dir.outputs.dir }}/certs
210
if: ${{ vars.TEMPORAL_CLIENT_NAMESPACE != '' }}
211
+ env:
212
+ TEMPORAL_CLIENT_CERT: ${{ secrets.TEMPORAL_CLIENT_CERT }}
213
+ TEMPORAL_CLIENT_KEY: ${{ secrets.TEMPORAL_CLIENT_KEY }}
214
215
- name: Run Tests
216
run: npm test
0 commit comments