We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4d6a5d5 commit f5dea43Copy full SHA for f5dea43
.github/workflows/release.yaml
@@ -8,8 +8,11 @@ on:
8
9
permissions:
10
contents: write # we need this to be able to push tags
11
- pull-requests: read
12
- issues: read
+ pull-requests: read # we need this to be able to read pull-requests body
+ 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
16
env:
17
OCI_URL: ghcr.io/openmcp-project
18
0 commit comments