File tree Expand file tree Collapse file tree 1 file changed +22
-13
lines changed Expand file tree Collapse file tree 1 file changed +22
-13
lines changed Original file line number Diff line number Diff line change 6
6
- main
7
7
pull_request :
8
8
jobs :
9
- stackql-exec-test :
9
+ stackql-exec-google-example :
10
10
strategy :
11
11
matrix :
12
12
os : [ubuntu-latest, windows-latest, macos-latest]
13
13
runs-on : ${{matrix.os}}
14
- name : ' StackQL exec'
14
+ name : ' StackQL exec Google '
15
15
16
16
steps :
17
17
- name : Checkout
@@ -39,14 +39,23 @@ jobs:
39
39
auth_obj_path : ' ./stackql_scripts/auth.json'
40
40
query_file_path : ' ./stackql_scripts/google-example.iql'
41
41
42
- - name : exec github example
43
- uses : ./
44
- with :
45
- auth_str : ' { "github": { "type": "basic", "credentialsenvvar": "STACKQL_GITHUB_CREDS" } }'
46
- query : " REGISTRY PULL github v23.01.00104;
47
- SHOW PROVIDERS;
48
- select total_private_repos
49
- from github.orgs.orgs
50
- where org = 'stackql';"
51
- env :
52
- STACKQL_GITHUB_CREDS : ${{ secrets.STACKQL_GITHUB_CREDS }}
42
+ stackql-exec-github-example :
43
+ strategy :
44
+ matrix :
45
+ os : [ubuntu-latest, windows-latest, macos-latest]
46
+ runs-on : ${{matrix.os}}
47
+ name : ' StackQL exec Github '
48
+
49
+ steps :
50
+ - name : exec github example
51
+ uses : ./
52
+ with :
53
+ auth_str : ' { "github": { "type": "basic", "credentialsenvvar": "STACKQL_GITHUB_CREDS" } }'
54
+ query : " REGISTRY PULL github v23.01.00104;
55
+ SHOW PROVIDERS;
56
+ select total_private_repos
57
+ from github.orgs.orgs
58
+ where org = 'stackql';"
59
+ env :
60
+ STACKQL_GITHUB_CREDS : ${{ secrets.STACKQL_GITHUB_CREDS }}
61
+
You can’t perform that action at this time.
0 commit comments