We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 59c98cb commit c2bb379Copy full SHA for c2bb379
1 file changed
.github/workflows/setup-stackql.yml
@@ -107,4 +107,5 @@ jobs:
107
$bytes = [System.Text.Encoding]::UTF8.GetBytes($GoogleCreds)
108
$base64 = [System.Convert]::ToBase64String($bytes)
109
Write-Output $base64 | Set-Content sa-key.json
110
+ Write-Output $GoogleCreds
111
stackql exec -i ./examples/google-example.iql --auth='{ "google": { "type": "service_account", "credentialsfilepath": "sa-key.json" }}'
0 commit comments