Skip to content

Commit f5dea43

Browse files
committed
update workflow permissions
1 parent 4d6a5d5 commit f5dea43

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

.github/workflows/release.yaml

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,11 @@ on:
88

99
permissions:
1010
contents: write # we need this to be able to push tags
11-
pull-requests: read
12-
issues: read
11+
pull-requests: read # we need this to be able to read pull-requests body
12+
issues: read # we need this to be able to read pull-requests body
13+
packages: write # we need this to be able to push ocm packages
14+
attestations: write # we need this to be able to push ocm packages
15+
id-token: write # we need this to be able to push ocm packages
1316
env:
1417
OCI_URL: ghcr.io/openmcp-project
1518

0 commit comments

Comments
 (0)