Hibernate Reactive CI reporting #1581
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| name: Hibernate Reactive CI reporting | |
| on: | |
| workflow_run: | |
| workflows: [ "Hibernate Reactive CI" ] | |
| types: [ completed ] | |
| permissions: { } | |
| jobs: | |
| report: | |
| uses: hibernate/.github/.github/workflows/ci-reporting.yml@main | |
| permissions: | |
| actions: read | |
| checks: write | |
| contents: read | |
| pull-requests: write | |
| secrets: inherit |