Skip to content

Commit 05bc1bb

Browse files
committed
ci: add missing permissions for the catalog creation (cloudnative-pg#7652)
The bundle and catalog for OLM wasn't being created due to the lack of permission to push to the registry. Closes cloudnative-pg#7630 Signed-off-by: Jonathan Gonzalez V. <jonathan.gonzalez@enterprisedb.com> (cherry picked from commit f65cde3)
1 parent cb068de commit 05bc1bb

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/continuous-delivery.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1877,6 +1877,9 @@ jobs:
18771877
max-parallel: 6
18781878
matrix: ${{ fromJSON(needs.generate-jobs.outputs.openshiftMatrix) }}
18791879
runs-on: ubuntu-24.04
1880+
permissions:
1881+
contents: read
1882+
packages: write
18801883
env:
18811884
# TEST_DEPTH determines the maximum test level the suite should be running
18821885
TEST_DEPTH: ${{ needs.evaluate_options.outputs.test_level }}

0 commit comments

Comments
 (0)