File tree Expand file tree Collapse file tree 5 files changed +12
-0
lines changed
Expand file tree Collapse file tree 5 files changed +12
-0
lines changed Original file line number Diff line number Diff line change 1111 - " .github/workflows/build-sealos-cluster-image.yml"
1212 - " !**/*.md"
1313
14+ permissions :
15+ contents : read
16+ actions : write
17+
1418concurrency :
1519 group : build-scripts-updated-${{ github.ref }}
1620 cancel-in-progress : true
Original file line number Diff line number Diff line change @@ -21,6 +21,7 @@ permissions:
2121 pull-requests : write
2222 packages : write
2323 contents : read
24+ actions : write
2425
2526concurrency :
2627 group : dockerize-runtime-exporter-${{ github.ref }}
Original file line number Diff line number Diff line change @@ -22,6 +22,7 @@ permissions:
2222 pull-requests : write
2323 packages : write
2424 contents : read
25+ actions : write
2526
2627concurrency :
2728 group : dockerize-server-${{ github.ref }}
Original file line number Diff line number Diff line change @@ -23,6 +23,7 @@ permissions:
2323 pull-requests : write
2424 packages : write
2525 contents : read
26+ actions : write
2627
2728concurrency :
2829 group : ${{ github.workflow }}-${{ github.ref }}
Original file line number Diff line number Diff line change 1010 # Common versions
1111 GO_VERSION : " 1.19"
1212
13+ permissions :
14+ contents : read
15+ packages : write
16+ actions : write
17+
1318jobs :
1419 dockerize-server :
1520 runs-on : ubuntu-latest
You can’t perform that action at this time.
0 commit comments