Skip to content

Commit ac86ec9

Browse files
committed
windows fix
1 parent 65b92f3 commit ac86ec9

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
@@ -107,4 +107,4 @@ jobs:
107107
$bytes = [System.Text.Encoding]::UTF8.GetBytes($GoogleCreds)
108108
$base64 = [System.Convert]::ToBase64String($bytes)
109109
Write-Output $base64 | Set-Content sa-key.json
110-
stackql exec -i ./examples/google-example.iql --auth="${AUTH}"
110+
stackql exec -i ./examples/google-example.iql --auth='{ "google": { "type": "service_account", "credentialsfilepath': "sa-key.json" }}'

0 commit comments

Comments
 (0)