Skip to content

Commit 34326f7

Browse files
committed
Merge branch 'chore/os_preparations' into test_workflows
2 parents 7e54f3f + 93e1003 commit 34326f7

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

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

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,4 +19,5 @@ jobs:
1919
BUILDING_BLOCKS_GIT_REPO_URL: 'https://github.com/openmcp-project/blueprint-building-blocks.git'
2020
secrets:
2121
HELM_REPO_USERNAME: "${{ secrets.GITHUB_TOKEN }}"
22-
HELM_REPO_TOKEN: "${{ secrets.GITHUB_TOKEN }}"
22+
HELM_REPO_TOKEN: "${{ secrets.GITHUB_TOKEN }}"
23+
BUILDING_BLOCKS_GIT_REPO_URL: "${{ secrets.GITHUB_TOKEN }}"

0 commit comments

Comments
 (0)