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 b23ac61 commit cc7fc1bCopy full SHA for cc7fc1b
.github/workflows/git-pr-status-checks.yml
@@ -7,12 +7,13 @@ concurrency:
7
group: ${{ github.workflow }}-${{ github.event.pull_request.number || github.ref }}
8
cancel-in-progress: true
9
10
+permissions:
11
+ pull-requests: write
12
+ packages: read
13
+ contents: write
14
+
15
jobs:
16
pr-status-check:
- permissions:
- pull-requests: write
- packages: read
- contents: write
17
uses: "openmcp-project/blueprint-workflows/.github/workflows/git-pr-status-checks.yml@chore/os_preparations"
18
with:
19
HELM_OCI_REGISTRY: 'ghcr.io'
0 commit comments