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 263c9eb commit 891e92eCopy full SHA for 891e92e
.github/workflows/build.yml
@@ -253,7 +253,7 @@ jobs:
253
run: |
254
echo "{environment_variable_name}={value}" >> "$GITHUB_ENV"
255
npm install jsonwebtoken -g &&
256
- echo "CLIENT_JWT=$(JWT_K_PEM=$(cat k.pem) node jwt.js)" >> "$GITHUB_ENV"
+ echo "CLIENT_JWT=$(node jwt.js)" >> "$GITHUB_ENV"
257
- name: Test http client
258
env:
259
CLICKHOUSE_CLOUD_HOST: ${{ secrets.CLOUD_INSTANCE_HOST }}
0 commit comments