Skip to content

Commit c2bb379

Browse files
committed
windows fix
1 parent 59c98cb commit c2bb379

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

.github/workflows/setup-stackql.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -107,4 +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
110111
stackql exec -i ./examples/google-example.iql --auth='{ "google": { "type": "service_account", "credentialsfilepath": "sa-key.json" }}'

0 commit comments

Comments
 (0)