diff --git a/.github/workflows/test-reporter.yml b/.github/workflows/test-reporter.yml index 45bc1d2..b5cd5f9 100644 --- a/.github/workflows/test-reporter.yml +++ b/.github/workflows/test-reporter.yml @@ -11,10 +11,13 @@ on: permissions: contents: read actions: read - checks: write jobs: report: + permissions: + contents: read + actions: read + checks: write runs-on: ubuntu-latest steps: - uses: elastic/oblt-actions/test-report@v1