Skip to content

Commit 3958913

Browse files
added handle error example
1 parent f06ac3d commit 3958913

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

.github/workflows/example-workflows.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -43,3 +43,8 @@ jobs:
4343
stackql exec -i ./examples/google-example.iql --auth="${AUTH}"
4444
env:
4545
AUTH: ${{ vars.AUTH }} ## '{ "google": { "type": "service_account", "credentialsfilepath": "sa-key.json" }}'
46+
47+
- name: handle error
48+
run: | ## use the secret to create json file
49+
stackql exec -i ./examples/github-example.iql --auth="${INVALID_AUTH}"
50+

0 commit comments

Comments
 (0)