Skip to content

Commit cc7fc1b

Browse files
authored
Update git-pr-status-checks.yml
1 parent b23ac61 commit cc7fc1b

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

.github/workflows/git-pr-status-checks.yml

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -7,12 +7,13 @@ concurrency:
77
group: ${{ github.workflow }}-${{ github.event.pull_request.number || github.ref }}
88
cancel-in-progress: true
99

10+
permissions:
11+
pull-requests: write
12+
packages: read
13+
contents: write
14+
1015
jobs:
1116
pr-status-check:
12-
permissions:
13-
pull-requests: write
14-
packages: read
15-
contents: write
1617
uses: "openmcp-project/blueprint-workflows/.github/workflows/git-pr-status-checks.yml@chore/os_preparations"
1718
with:
1819
HELM_OCI_REGISTRY: 'ghcr.io'

0 commit comments

Comments
 (0)