Skip to content

Commit 3cb5986

Browse files
committed
ci: update package permissions to write
1 parent ff49772 commit 3cb5986

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/ocm.yaml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ on:
88
- '.github/workflows/ocm.yaml'
99
- 'constructor/component-constructor.yaml'
1010
permissions:
11-
packages: read
11+
packages: write
1212
contents: read
1313

1414
concurrency:
@@ -59,6 +59,7 @@ jobs:
5959
properties:
6060
username: github
6161
password: ${{ secrets.GITHUB_TOKEN }}
62+
EOF
6263
- name: Get versions
6364
run: |
6465
set -e

0 commit comments

Comments
 (0)