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.
2 parents ca0bc9b + 0b08dcf commit 497cb5dCopy full SHA for 497cb5d
.github/workflows/git-pr-status-checks.yml
@@ -16,7 +16,7 @@ jobs:
16
uses: "openmcp-project/blueprint-workflows/.github/workflows/git-pr-status-checks.yml@chore/os_preparations"
17
with:
18
HELM_OCI_REGISTRY: 'ghcr.io'
19
- BUILDING_BLOCKS_GIT_REPO_URL: 'https://github.com/openmcp-project/blueprint-building-blocks.git'
+ BUILDING_BLOCKS_GIT_REPO_URL: "https://${{ secrets.GITHUB_TOKEN }}@github.com/openmcp-project/blueprint-building-blocks.git"
20
secrets:
21
HELM_REPO_USERNAME: "${{ secrets.GITHUB_TOKEN }}"
22
HELM_REPO_TOKEN: "${{ secrets.GITHUB_TOKEN }}"
0 commit comments