Skip to content

Commit 17a71c8

Browse files
use sudo
1 parent 40618f1 commit 17a71c8

2 files changed

Lines changed: 1 addition & 6 deletions

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-
echo $GOOGLE_CREDS > ./creds/sa-key.json
40+
sudo echo $GOOGLE_CREDS > ./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" }}'

examples/get-github-commits.iql

Lines changed: 0 additions & 5 deletions
This file was deleted.

0 commit comments

Comments
 (0)