File tree Expand file tree Collapse file tree 8 files changed +27
-0
lines changed Expand file tree Collapse file tree 8 files changed +27
-0
lines changed Original file line number Diff line number Diff line change 2626
2727 workflow_dispatch :
2828
29+ permissions :
30+ checks : write
31+
2932env :
3033 TS_JUNIT_OUTPUT_DIR : results/apix
3134
Original file line number Diff line number Diff line change 2222
2323 workflow_dispatch :
2424
25+ permissions :
26+ checks : write
27+
2528env :
2629 LOOKERSDK_BASE_URL : https://localhost:20000
2730 LOOKERSDK_VERIFY_SSL : false
Original file line number Diff line number Diff line change 1414
1515 workflow_dispatch :
1616
17+ permissions :
18+ checks : write
19+
1720env :
1821 LOOKERSDK_BASE_URL : https://localhost:20000
1922 LOOKERSDK_VERIFY_SSL : false
Original file line number Diff line number Diff line change 2020
2121 workflow_dispatch :
2222
23+ permissions :
24+ checks : write
25+
2326env :
2427 TS_JUNIT_OUTPUT_DIR : results/hackathon
2528
Original file line number Diff line number Diff line change 1919 - kotlin/**
2020 - .github/workflows/gradle.yml
2121
22+ permissions :
23+ checks : write
24+
2225# TODO(#1544): Also run tests
2326jobs :
2427 build :
Original file line number Diff line number Diff line change 2323 LOOKERSDK_VERIFY_SSL : false
2424 TOX_JUNIT_OUTPUT_DIR : results
2525
26+ permissions :
27+ checks : write
28+
2629jobs :
2730 setup :
2831 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:
2121 shell : bash
2222 working-directory : bin/looker-resources-index
2323
24+ permissions :
25+ checks : write
26+
2427jobs :
2528 analyzebuild :
2629 name : Analyze and Build
Original file line number Diff line number Diff line change 2828
2929 workflow_dispatch :
3030
31+ permissions :
32+ checks : write
33+
3134env :
3235 LOOKERSDK_BASE_URL : https://localhost:20000
3336 LOOKERSDK_VERIFY_SSL : false
3437 TS_JUNIT_OUTPUT_DIR : results/tssdk
3538
39+ permissions :
40+ checks : write
41+
3642jobs :
3743 unit :
3844 name : Unit - ${{ matrix.os }} / Node ${{ matrix.node-version }}
You can’t perform that action at this time.
0 commit comments