File tree Expand file tree Collapse file tree 1 file changed +14
-0
lines changed Expand file tree Collapse file tree 1 file changed +14
-0
lines changed Original file line number Diff line number Diff line change @@ -315,6 +315,12 @@ jobs:
315
315
with :
316
316
platforms : ${{ matrix.platforms }}
317
317
image : ${{ matrix.image }}
318
+ permissions :
319
+ contents : read
320
+ actions : read
321
+ security-events : write
322
+ id-token : write
323
+ packages : write
318
324
secrets : inherit
319
325
320
326
build-docker-plus :
@@ -336,6 +342,10 @@ jobs:
336
342
image : ${{ matrix.image }}
337
343
target : ${{ matrix.target }}
338
344
release-url : ${{ needs.binaries.outputs.release-url }}
345
+ permissions :
346
+ contents : read
347
+ security-events : write
348
+ id-token : write
339
349
secrets : inherit
340
350
341
351
build-docker-nap :
@@ -354,6 +364,10 @@ jobs:
354
364
image : ${{ matrix.image }}
355
365
target : ${{ matrix.target }}
356
366
nap_modules : ${{ matrix.nap_modules }}
367
+ permissions :
368
+ contents : read
369
+ security-events : write
370
+ id-token : write
357
371
secrets : inherit
358
372
359
373
publish-helm :
You can’t perform that action at this time.
0 commit comments