File tree Expand file tree Collapse file tree 3 files changed +9
-9
lines changed
Expand file tree Collapse file tree 3 files changed +9
-9
lines changed Original file line number Diff line number Diff line change 1616 - ' reinstall-cmake.sh'
1717 - ' VERSION'
1818
19+ permissions :
20+ contents : read
21+ packages : write
1922
2023env :
2124 REGISTRY : ghcr.io
2730 github.event_name == 'workflow_dispatch' ||
2831 (github.event_name == 'pull_request' && github.event.pull_request.merged == true)
2932 runs-on : ubuntu-latest
30- permissions :
31- contents : read
32- packages : write
3333
3434 steps :
3535 - name : Checkout repository
Original file line number Diff line number Diff line change 1717 - ' reinstall-cmake.sh'
1818 - ' VERSION'
1919
20+ permissions :
21+ contents : read
22+ packages : write
2023
2124env :
2225 REGISTRY : ghcr.io
2831 github.event_name == 'workflow_dispatch' ||
2932 (github.event_name == 'pull_request' && github.event.pull_request.merged == true)
3033 runs-on : ubuntu-latest
31- permissions :
32- contents : read
33- packages : write
3434
3535 steps :
3636 - name : Checkout repository
Original file line number Diff line number Diff line change 44 schedule :
55 - cron : ' 0 0 1,15 * *'
66
7+ permissions :
8+ contents : read
9+ packages : write
710
811env :
912 REGISTRY : ghcr.io
1215jobs :
1316 build-and-push-image :
1417 runs-on : ubuntu-latest
15- permissions :
16- contents : read
17- packages : write
1818 strategy :
1919 matrix :
2020 branch : [main, devel]
You can’t perform that action at this time.
0 commit comments