Skip to content

Commit 72b1ed6

Browse files
committed
platform testing
1 parent 717b016 commit 72b1ed6

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
@@ -102,7 +102,7 @@ jobs:
102102
GOOGLE_CREDS_ENV: ${{ secrets.GOOGLE_CREDS }}
103103
AUTH: ${{ vars.AUTH }} ## '{ "google": { "type": "service_account", "credentialsfilepath": "sa-key.json" }}'
104104
run: | ## use the secret to create json file
105-
$secrets = (Get-Content env:GOOGLE_CREDS_ENV)
105+
$secrets = Get-Content env:GOOGLE_CREDS_ENV
106106
$decoded = [System.Convert]::FromBase64String($secrets)
107107
[System.Text.Encoding]::UTF8.GetString($decoded) | Set-Content sa-key.json
108108
stackql exec -i ./examples/google-example.iql --auth="${AUTH}"

0 commit comments

Comments
 (0)