Skip to content
This repository was archived by the owner on Sep 23, 2025. It is now read-only.

Commit 9c37018

Browse files
authored
fix post submit job (#1747)
Signed-off-by: cpanato <ctadeu@gmail.com>
1 parent 0fdb34f commit 9c37018

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

.github/workflows/build.yaml

Lines changed: 2 additions & 1 deletion
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)