Skip to content

Publish test results for PRs #20967

Publish test results for PRs

Publish test results for PRs #20967

name: Publish test results for PRs
on:
workflow_run:
workflows:
- PR
- PR All
types:
- completed
jobs:
publish:

Check failure on line 12 in .github/workflows/publish-test-results-pr.yml

View workflow run for this annotation

GitHub Actions / Publish test results for PRs

Invalid workflow file

The workflow is not valid. .github/workflows/publish-test-results-pr.yml (Line: 12, Col: 3): Error calling workflow 'DataDog/integrations-core/.github/workflows/test-results-pr.yml@0c4e6a0d52e838bb9f81f498be9a2dcecbd0e48a'. The nested job 'test-results' is requesting 'contents: write', but is only allowed 'contents: none'.
uses: ./.github/workflows/test-results-pr.yml
if: github.event.workflow_run.conclusion != 'skipped'
permissions:
checks: write
pull-requests: write
secrets: inherit