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 929555e commit 93e1003Copy full SHA for 93e1003
.github/workflows/git-pr-status-checks.yml
@@ -19,4 +19,5 @@ jobs:
19
BUILDING_BLOCKS_GIT_REPO_URL: 'https://github.com/openmcp-project/blueprint-building-blocks.git'
20
secrets:
21
HELM_REPO_USERNAME: "${{ secrets.GITHUB_TOKEN }}"
22
- HELM_REPO_TOKEN: "${{ secrets.GITHUB_TOKEN }}"
+ HELM_REPO_TOKEN: "${{ secrets.GITHUB_TOKEN }}"
23
+ BUILDING_BLOCKS_GIT_REPO_URL: "${{ secrets.GITHUB_TOKEN }}"
0 commit comments