Skip to content

Commit 14496b0

Browse files
remove creds directory
1 parent 17a71c8 commit 14496b0

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/example-workflows.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ jobs:
3737

3838
- name: use Google Provider
3939
run: | ## use the secret to create json file
40-
sudo echo $GOOGLE_CREDS > ./creds/sa-key.json
40+
sudo echo $GOOGLE_CREDS > sa-key.json
4141
stackql exec -i ./examples/google-example.iql --auth="${AUTH}"
4242
env:
4343
AUTH: ${{ vars.AUTH }} ## '{ "google": { "type": "service_account", "credentialsfilepath": "creds/sa-key.json" }}'

0 commit comments

Comments
 (0)