Skip to content

Commit 71aaf6b

Browse files
fix wrong env var name
1 parent d521afd commit 71aaf6b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/set-up-stackql.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,4 +33,4 @@ jobs:
3333
stackql exec -i ./examples/get-github-commits.iql --auth="${AUTH}"
3434
env:
3535
AUTH: ${{ vars.AUTH }}
36-
GITHUB_CREDS: ${{ secrets.STACKQL_GITHUB_CREDS }}
36+
STACKQL_GITHUB_CREDS: ${{ secrets.STACKQL_GITHUB_CREDS }}

0 commit comments

Comments
 (0)