Skip to content

Commit 6cfdbcc

Browse files
committed
fix: clean up git-pr-status-checks.yml workflow configuration
1 parent 8126512 commit 6cfdbcc

File tree

1 file changed

+1
-9
lines changed

1 file changed

+1
-9
lines changed

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

Lines changed: 1 addition & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -17,12 +17,4 @@ permissions:
1717

1818
jobs:
1919
pr-status-check:
20-
uses: "openmcp-project/blueprint-workflows/.github/workflows/git-pr-status-checks.yml@main"
21-
with:
22-
HELM_OCI_REGISTRY: 'ghcr.io'
23-
BUILDING_BLOCKS_GIT_REPO_URL: 'https://github.com/openmcp-project/blueprint-building-blocks.git'
24-
secrets:
25-
HELM_REPO_USERNAME: "${{ secrets.GITHUB_TOKEN }}"
26-
HELM_REPO_TOKEN: "${{ secrets.GITHUB_TOKEN }}"
27-
BUILDING_BLOCKS_GIT_REPO_TOKEN: "" #"${{ secrets.ORG_REPO_TOKEN }}"
28-
20+
uses: "openmcp-project/blueprint-workflows/.github/workflows/git-pr-status-checks.yml@main"

0 commit comments

Comments
 (0)