Skip to content

Commit 4e0795b

Browse files
authored
Update workflows for release branch (#4232)
1 parent dbbc05a commit 4e0795b

File tree

1 file changed

+14
-0
lines changed

1 file changed

+14
-0
lines changed

.github/workflows/ci.yml

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -315,6 +315,12 @@ jobs:
315315
with:
316316
platforms: ${{ matrix.platforms }}
317317
image: ${{ matrix.image }}
318+
permissions:
319+
contents: read
320+
actions: read
321+
security-events: write
322+
id-token: write
323+
packages: write
318324
secrets: inherit
319325

320326
build-docker-plus:
@@ -336,6 +342,10 @@ jobs:
336342
image: ${{ matrix.image }}
337343
target: ${{ matrix.target }}
338344
release-url: ${{ needs.binaries.outputs.release-url }}
345+
permissions:
346+
contents: read
347+
security-events: write
348+
id-token: write
339349
secrets: inherit
340350

341351
build-docker-nap:
@@ -354,6 +364,10 @@ jobs:
354364
image: ${{ matrix.image }}
355365
target: ${{ matrix.target }}
356366
nap_modules: ${{ matrix.nap_modules }}
367+
permissions:
368+
contents: read
369+
security-events: write
370+
id-token: write
357371
secrets: inherit
358372

359373
publish-helm:

0 commit comments

Comments
 (0)