Skip to content

Commit 723c11d

Browse files
added secret for github example
1 parent 25d3152 commit 723c11d

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/stackql-exec.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,4 +47,6 @@ jobs:
4747
SHOW PROVIDERS;
4848
select total_private_repos
4949
from github.orgs.orgs
50-
where org = 'stackql';"
50+
where org = 'stackql';"
51+
env:
52+
STACKQL_GITHUB_CREDS: ${{ secrets.STACKQL_GITHUB_CREDS }}

0 commit comments

Comments
 (0)