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 4c3d9c8 commit c9e93f5Copy full SHA for c9e93f5
.github/workflows/git-pr-status-checks.yml
@@ -12,7 +12,7 @@ jobs:
12
permissions:
13
pull-requests: write
14
packages: read
15
- contents: read
+ contents: write
16
uses: "openmcp-project/blueprint-workflows/.github/workflows/git-pr-status-checks.yml@chore/os_preparations"
17
with:
18
HELM_OCI_REGISTRY: 'ghcr.io'
@@ -21,4 +21,4 @@ jobs:
21
HELM_REPO_USERNAME: "${{ secrets.GITHUB_TOKEN }}"
22
HELM_REPO_TOKEN: "${{ secrets.GITHUB_TOKEN }}"
23
BUILDING_BLOCKS_GIT_REPO_TOKEN: "${{ secrets.ORG_REPO_TOKEN }}"
24
-
+
0 commit comments