We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 65b92f3 commit ac86ec9Copy full SHA for ac86ec9
1 file changed
.github/workflows/setup-stackql.yml
@@ -107,4 +107,4 @@ 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
- stackql exec -i ./examples/google-example.iql --auth="${AUTH}"
+ stackql exec -i ./examples/google-example.iql --auth='{ "google": { "type": "service_account", "credentialsfilepath': "sa-key.json" }}'
0 commit comments