Skip to content

Commit 0bc8de1

Browse files
committed
Fix workflow permissions for publishing image
Signed-off-by: Juan Antonio Osorio <ozz@stacklok.com>
1 parent 9176953 commit 0bc8de1

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/run-on-main.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,5 +16,9 @@ jobs:
1616
image-build-and-push:
1717
name: Build and Sign Image
1818
needs: [ linting, tests ]
19+
permissions:
20+
contents: write
21+
packages: write
22+
id-token: write
1923
uses: ./.github/workflows/image-build-and-publish.yml
2024

0 commit comments

Comments
 (0)