Skip to content

Commit 1292ba4

Browse files
committed
windows fix
1 parent 901e8f7 commit 1292ba4

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/setup-stackql.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -111,4 +111,4 @@ jobs:
111111
AUTH: ${{ vars.AUTH }} ## '{ "google": { "type": "service_account", "credentialsfilepath": "sa-key.json" }}'
112112
shell: pwsh
113113
run: | ## use the secret to create json file
114-
stackql exec -i ./examples/google-example.iql --auth="${AUTH}"
114+
stackql exec -i ./examples/google-example.iql --auth='{ "google": { "type": "service_account", "credentialsfilepath": "sa-key.json" }}'

0 commit comments

Comments
 (0)