Skip to content

Commit 497cb5d

Browse files
committed
Merge branch 'chore/os_preparations' into test_workflows
2 parents ca0bc9b + 0b08dcf commit 497cb5d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
uses: "openmcp-project/blueprint-workflows/.github/workflows/git-pr-status-checks.yml@chore/os_preparations"
1717
with:
1818
HELM_OCI_REGISTRY: 'ghcr.io'
19-
BUILDING_BLOCKS_GIT_REPO_URL: 'https://github.com/openmcp-project/blueprint-building-blocks.git'
19+
BUILDING_BLOCKS_GIT_REPO_URL: "https://${{ secrets.GITHUB_TOKEN }}@github.com/openmcp-project/blueprint-building-blocks.git"
2020
secrets:
2121
HELM_REPO_USERNAME: "${{ secrets.GITHUB_TOKEN }}"
2222
HELM_REPO_TOKEN: "${{ secrets.GITHUB_TOKEN }}"

0 commit comments

Comments
 (0)