Skip to content

Commit ec8a33a

Browse files
committed
Fixing workflow call
1 parent 10acbf4 commit ec8a33a

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

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

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,4 +10,10 @@ concurrency:
1010
jobs:
1111
pr-status-check:
1212
uses: "openmcp-project/blueprint-workflows/.github/workflows/git-pr-status-checks.yml@main"
13-
secrets: inherit
13+
with:
14+
HELM_REPO_NAME: 'building-blocks'
15+
HELM_REPO_URL: 'https://raw.githubusercontent.com/openmcp-project/blueprint-building-blocks/gh-pages/'
16+
BUILDING_BLOCKS_GIT_REPO_URL: 'https://github.com/openmcp-project/blueprint-building-blocks.git'
17+
secrets:
18+
HELM_REPO_USERNAME: "${{ secrets.GITHUB_TOKEN }}"
19+
HELM_REPO_TOKEN: "${{ secrets.GITHUB_TOKEN }}"

0 commit comments

Comments
 (0)