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 891e92e commit 8ece3daCopy full SHA for 8ece3da
.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=$(node jwt.js)" >> "$GITHUB_ENV"
+ echo "CLIENT_JWT=$(node jwt-gen.js)" >> "$GITHUB_ENV"
257
- name: Test http client
258
env:
259
CLICKHOUSE_CLOUD_HOST: ${{ secrets.CLOUD_INSTANCE_HOST }}
0 commit comments