Skip to content

Testing workflows

Testing workflows #21

name: Git PR Status Checks
on:
pull_request: {}
concurrency:
group: ${{ github.workflow }}-${{ github.event.pull_request.number || github.ref }}
cancel-in-progress: true
permissions:
pull-requests: write
packages: read
contents: write
jobs:
pr-status-check:

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

View workflow run for this annotation

GitHub Actions / Git PR Status Checks

Invalid workflow file

The workflow is not valid. .github/workflows/git-pr-status-checks.yml (Line: 16, Col: 3): Error calling workflow 'openmcp-project/blueprint-workflows/.github/workflows/git-pr-status-checks.yml@chore/os_preparations'. The workflow is requesting 'actions: write, checks: write, statuses: write', but is only allowed 'actions: none, checks: none, statuses: none'.
uses: "openmcp-project/blueprint-workflows/.github/workflows/git-pr-status-checks.yml@chore/os_preparations"

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

View workflow run for this annotation

GitHub Actions / Git PR Status Checks

Invalid workflow file

The workflow is not valid. In .github/workflows/git-pr-status-checks.yml (Line: 17, Col: 11): Error from called workflow openmcp-project/blueprint-workflows/.github/workflows/git-pr-status-checks.yml@chore/os_preparations (Line: 145, Col: 9): Unexpected value 'permissions' In .github/workflows/git-pr-status-checks.yml (Line: 17, Col: 11): Error from called workflow openmcp-project/blueprint-workflows/.github/workflows/git-pr-status-checks.yml@chore/os_preparations (Line: 159, Col: 9): Unexpected value 'permissions'
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 }}"
BUILDING_BLOCKS_GIT_REPO_TOKEN: "" #"${{ secrets.ORG_REPO_TOKEN }}"