We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f26d0e7 commit a866ae1Copy full SHA for a866ae1
1 file changed
.github/workflows/setup-stackql.yml
@@ -101,6 +101,6 @@ jobs:
101
stackql exec -i ./examples/google-example.iql --auth='{ "google": { "type": "service_account", "credentialsfilepath": "sa-key.json" }}'
102
103
#### uncomment the step to see error handling
104
- - name: Handle error
105
- run: | ## use the secret to create json file
106
- stackql exec -i ./examples/github-example.iql --auth="${INVALID_AUTH}"
+ # - name: Handle error
+ # run: | ## use the secret to create json file
+ # stackql exec -i ./examples/github-example.iql --auth="${INVALID_AUTH}"
0 commit comments