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 10acbf4 commit ec8a33aCopy full SHA for ec8a33a
.github/workflows/git-pr-status-checks.yml
@@ -10,4 +10,10 @@ concurrency:
10
jobs:
11
pr-status-check:
12
uses: "openmcp-project/blueprint-workflows/.github/workflows/git-pr-status-checks.yml@main"
13
- secrets: inherit
+ 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