Skip to content

Testing workflows

Testing workflows #18

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

Check failure on line 11 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: 11, Col: 3): Error calling workflow 'openmcp-project/blueprint-workflows/.github/workflows/git-pr-status-checks.yml@chore/os_preparations'. The nested job 'pr-status-check' is requesting 'actions: write, attestations: write, checks: write, contents: write, deployments: write, discussions: write, issues: write, packages: write, pages: write, repository-projects: write, statuses: write, security-events: write, id-token: write', but is only allowed [...]
permissions:
pull-requests: write
packages: read
contents: read
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 }}"
BUILDING_BLOCKS_GIT_REPO_TOKEN: "${{ secrets.ORG_REPO_TOKEN }}"