File tree Expand file tree Collapse file tree 3 files changed +9
-0
lines changed Expand file tree Collapse file tree 3 files changed +9
-0
lines changed Original file line number Diff line number Diff line change 15
15
outputs :
16
16
container-repo : ${{ steps.version.outputs.repo }}
17
17
container-version : ${{ steps.version.outputs.version }}
18
+ permissions :
19
+ contents : read
20
+ packages : write
18
21
steps :
19
22
- name : Clone the repo
20
23
uses : actions/checkout@v4
Original file line number Diff line number Diff line change 11
11
dev-container :
12
12
uses : ./.github/workflows/ci-dev-container.yml
13
13
secrets : inherit
14
+ permissions :
15
+ contents : read
16
+ packages : write
14
17
ci :
15
18
needs : [dev-container]
16
19
uses : ./.github/workflows/ci-common.yml
Original file line number Diff line number Diff line change 11
11
dev-container :
12
12
uses : ./.github/workflows/ci-dev-container.yml
13
13
secrets : inherit
14
+ permissions :
15
+ contents : read
16
+ packages : write
14
17
15
18
pr-head-ci :
16
19
needs : [dev-container]
You can’t perform that action at this time.
0 commit comments