diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 2b07d9824..98fdaa222 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -208,6 +208,9 @@ jobs: - name: Create certs dir run: node scripts/create-certs-dir.js ${{ steps.tmp-dir.outputs.dir }}/certs if: ${{ vars.TEMPORAL_CLIENT_NAMESPACE != '' }} + env: + TEMPORAL_CLIENT_CERT: ${{ secrets.TEMPORAL_CLIENT_CERT }} + TEMPORAL_CLIENT_KEY: ${{ secrets.TEMPORAL_CLIENT_KEY }} - name: Run Tests run: npm test