Skip to content

ci: use workflow_run to publish test results on fork PRs#2450

Open
jbonofre wants to merge 1 commit intoapache:mainfrom
jbonofre:ci-test-results-workflow
Open

ci: use workflow_run to publish test results on fork PRs#2450
jbonofre wants to merge 1 commit intoapache:mainfrom
jbonofre:ci-test-results-workflow

Conversation

@jbonofre
Copy link
Member

The publish-unit-test-result-action requires write permissions to post PR comments and check runs, but fork PRs run with read-only tokens. Move test result publishing to a separate workflow triggered by workflow_run, which runs in the base repo context with write access.

The publish-unit-test-result-action requires write permissions to post
PR comments and check runs, but fork PRs run with read-only tokens.
Move test result publishing to a separate workflow triggered by
workflow_run, which runs in the base repo context with write access.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant