Skip to content

Commit 7eead22

Browse files
authored
Fix publishing of bundle image (#2138)
Signed-off-by: Pavol Loffay <p.loffay@gmail.com>
1 parent 7dbb29a commit 7eead22

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/publish-operator-bundle.yaml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,10 @@ on:
1212
- 'v*'
1313
workflow_dispatch:
1414

15+
permissions:
16+
contents: read
17+
packages: write
18+
1519
jobs:
1620
publish:
1721
runs-on: ubuntu-22.04

0 commit comments

Comments
 (0)