Skip to content

Commit 28baf5d

Browse files
committed
platform testing
1 parent a8527d3 commit 28baf5d

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
@@ -100,7 +100,7 @@ jobs:
100100
- name: Use Google Provider
101101
run: | ## use the secret to create json file
102102
# sudo echo ${{ secrets.GOOGLE_CREDS }} | base64 -d > sa-key.json
103-
$secrets = (Get-Content env:GOOGLE_CREDS)
103+
$secrets = ${{ secrets.GOOGLE_CREDS }}
104104
$decoded = [System.Convert]::FromBase64String($secrets)
105105
[System.Text.Encoding]::UTF8.GetString($decoded) | Set-Content sa-key.json
106106
stackql exec -i ./examples/google-example.iql --auth="${AUTH}"

0 commit comments

Comments
 (0)