We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 14496b0 commit 018100bCopy full SHA for 018100b
1 file changed
.github/workflows/example-workflows.yml
@@ -33,7 +33,7 @@ jobs:
33
stackql exec -i ./examples/github-example.iql --auth="${AUTH}"
34
env:
35
AUTH: ${{ vars.AUTH }} ##'{ "github": { "type": "basic", "credentialsenvvar": "STACKQL_GITHUB_CREDS" } }'
36
- STACKQL_GITHUB_CREDS: ${{ secrets.STACKQL_GITHUB_CREDS }}
+ STACKQL_GITHUB_CREDS: ${{ secrets.STACKQL_GITHUB_CREDS }}
37
38
- name: use Google Provider
39
run: | ## use the secret to create json file
0 commit comments