Skip to content

Post pull request comment #5

Post pull request comment

Post pull request comment #5

name: Post pull request comment
on:
workflow_run:
workflows: [Test suite]
types: [completed]
permissions:
pull-requests: write
jobs:
post_pr_comment:

Check failure on line 12 in .github/workflows/post-pr-comment.yml

View workflow run for this annotation

GitHub Actions / Post pull request comment

Invalid workflow file

The workflow is not valid. .github/workflows/post-pr-comment.yml (Line: 12, Col: 3): Error calling workflow 'BMCV/github-workflows/.github/workflows/coverage-post-pr-comment.yml@main'. The nested job 'post_pr_comment' is requesting 'actions: read', but is only allowed 'actions: none'.
uses: BMCV/github-workflows/.github/workflows/coverage-post-pr-comment.yml@main
secrets:
github-auth: ${{ secrets.GITHUB_TOKEN }}