We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 901e8f7 commit 1292ba4Copy full SHA for 1292ba4
1 file changed
.github/workflows/setup-stackql.yml
@@ -111,4 +111,4 @@ jobs:
111
AUTH: ${{ vars.AUTH }} ## '{ "google": { "type": "service_account", "credentialsfilepath": "sa-key.json" }}'
112
shell: pwsh
113
run: | ## use the secret to create json file
114
- 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