Skip to content

Commit e8bbaf8

Browse files
try to use private resource
1 parent c6780ed commit e8bbaf8

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

examples/get-github-commits.iql

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
REGISTRY PULL github v23.01.00104;
2-
3-
SELECT github.repos.commits.sha
4-
FROM github.repos.commits
5-
WHERE owner='stackql' AND repo='stackql';
2+
SHOW PROVIDERS;
3+
select id, name, private
4+
from github.repos_orgs.repos_orgs
5+
where org = 'stackql';

0 commit comments

Comments
 (0)