File tree 8 files changed +27
-0
lines changed
8 files changed +27
-0
lines changed Original file line number Diff line number Diff line change 26
26
27
27
workflow_dispatch :
28
28
29
+ permissions :
30
+ checks : write
31
+
29
32
env :
30
33
TS_JUNIT_OUTPUT_DIR : results/apix
31
34
Original file line number Diff line number Diff line change 22
22
23
23
workflow_dispatch :
24
24
25
+ permissions :
26
+ checks : write
27
+
25
28
env :
26
29
LOOKERSDK_BASE_URL : https://localhost:20000
27
30
LOOKERSDK_VERIFY_SSL : false
Original file line number Diff line number Diff line change 14
14
15
15
workflow_dispatch :
16
16
17
+ permissions :
18
+ checks : write
19
+
17
20
env :
18
21
LOOKERSDK_BASE_URL : https://localhost:20000
19
22
LOOKERSDK_VERIFY_SSL : false
Original file line number Diff line number Diff line change 20
20
21
21
workflow_dispatch :
22
22
23
+ permissions :
24
+ checks : write
25
+
23
26
env :
24
27
TS_JUNIT_OUTPUT_DIR : results/hackathon
25
28
Original file line number Diff line number Diff line change 19
19
- kotlin/**
20
20
- .github/workflows/gradle.yml
21
21
22
+ permissions :
23
+ checks : write
24
+
22
25
# TODO(#1544): Also run tests
23
26
jobs :
24
27
build :
Original file line number Diff line number Diff line change 23
23
LOOKERSDK_VERIFY_SSL : false
24
24
TOX_JUNIT_OUTPUT_DIR : results
25
25
26
+ permissions :
27
+ checks : write
28
+
26
29
jobs :
27
30
setup :
28
31
uses : looker-open-source/reusable-actions/.github/workflows/supported-versions.yml@main
Original file line number Diff line number Diff line change @@ -21,6 +21,9 @@ defaults:
21
21
shell : bash
22
22
working-directory : bin/looker-resources-index
23
23
24
+ permissions :
25
+ checks : write
26
+
24
27
jobs :
25
28
analyzebuild :
26
29
name : Analyze and Build
Original file line number Diff line number Diff line change 28
28
29
29
workflow_dispatch :
30
30
31
+ permissions :
32
+ checks : write
33
+
31
34
env :
32
35
LOOKERSDK_BASE_URL : https://localhost:20000
33
36
LOOKERSDK_VERIFY_SSL : false
34
37
TS_JUNIT_OUTPUT_DIR : results/tssdk
35
38
39
+ permissions :
40
+ checks : write
41
+
36
42
jobs :
37
43
unit :
38
44
name : Unit - ${{ matrix.os }} / Node ${{ matrix.node-version }}
You can’t perform that action at this time.
0 commit comments