Skip to content

Commit 891e92e

Browse files
committed
fixed JWT gen command
1 parent 263c9eb commit 891e92e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -253,7 +253,7 @@ jobs:
253253
run: |
254254
echo "{environment_variable_name}={value}" >> "$GITHUB_ENV"
255255
npm install jsonwebtoken -g &&
256-
echo "CLIENT_JWT=$(JWT_K_PEM=$(cat k.pem) node jwt.js)" >> "$GITHUB_ENV"
256+
echo "CLIENT_JWT=$(node jwt.js)" >> "$GITHUB_ENV"
257257
- name: Test http client
258258
env:
259259
CLICKHOUSE_CLOUD_HOST: ${{ secrets.CLOUD_INSTANCE_HOST }}

0 commit comments

Comments
 (0)