Skip to content

Updating PR workflow #2

Updating PR workflow

Updating PR workflow #2

name: PR Status Checks
on:
workflow_call: {}
concurrency:
group: building-blocks-${{ github.workflow }}-${{ github.event.pull_request.number || github.ref }}
cancel-in-progress: true
<<<<<<< Updated upstream

Check failure on line 10 in .github/workflows/git-pr-status-checks.yml

View workflow run for this annotation

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

Invalid workflow file

You have an error in your yaml syntax on line 10
jobs:
pr-status-check:
uses: "openmcp-project/blueprint-workflows/.github/workflows/git-pr-status-checks.yml@main"
secrets: inherit
=======
permissions:
pull-requests: write
contents: write
packages: read
actions: write
checks: write
statuses: write
jobs:
pr-status-check:
uses: "openmcp-project/blueprint-workflows/.github/workflows/git-pr-status-checks.yml@chore/os_preparations"
with:
HELM_OCI_REGISTRY: 'ghcr.io'
BUILDING_BLOCKS_GIT_REPO_URL: 'https://github.com/openmcp-project/blueprint-building-blocks.git'
secrets:
HELM_REPO_USERNAME: "${{ secrets.GITHUB_TOKEN }}"
HELM_REPO_TOKEN: "${{ secrets.GITHUB_TOKEN }}"
>>>>>>> Stashed changes