Skip to content

Publish test results for PRs #20956

Publish test results for PRs

Publish test results for PRs #20956

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@686abf2fa02260dae13282b8b89b5497003648c9'. 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