Skip to content

Commit 018100b

Browse files
temp
1 parent 14496b0 commit 018100b

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
@@ -33,7 +33,7 @@ jobs:
3333
stackql exec -i ./examples/github-example.iql --auth="${AUTH}"
3434
env:
3535
AUTH: ${{ vars.AUTH }} ##'{ "github": { "type": "basic", "credentialsenvvar": "STACKQL_GITHUB_CREDS" } }'
36-
STACKQL_GITHUB_CREDS: ${{ secrets.STACKQL_GITHUB_CREDS }}
36+
STACKQL_GITHUB_CREDS: ${{ secrets.STACKQL_GITHUB_CREDS }}
3737

3838
- name: use Google Provider
3939
run: | ## use the secret to create json file

0 commit comments

Comments
 (0)