Skip to content

Commit 5b10e35

Browse files
committed
windows fix
1 parent c2bb379 commit 5b10e35

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,5 +107,5 @@ 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-
Write-Output $GoogleCreds
110+
cat sa-key.json
111111
stackql exec -i ./examples/google-example.iql --auth='{ "google": { "type": "service_account", "credentialsfilepath": "sa-key.json" }}'

0 commit comments

Comments
 (0)