Skip to content

Commit 9c37018

Browse files
authored
fix post submit job (#1747)
Signed-off-by: cpanato <[email protected]>
1 parent 0fdb34f commit 9c37018

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/build.yaml

+2-1
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ on:
2121
- main
2222
- release-*
2323

24-
permissions: read-all
24+
permissions: {}
2525

2626
jobs:
2727
build:
@@ -31,6 +31,7 @@ jobs:
3131
permissions:
3232
id-token: write
3333
contents: read
34+
packages: write
3435

3536
steps:
3637
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2

0 commit comments

Comments
 (0)