containers / podman-desktop-e2e

Podman desktop e2e tests
Apache License 2.0
3 stars 7 forks source link

Fix Junit Reporter action permission issues #186

Closed odockal closed 3 months ago

odockal commented 3 months ago

There are errors coming from junit reporter action regarding workflow permissions.

 windows (10, 22h2-ent)
❌ Failed to create checks using the provided token. (HttpError: Resource not accessible by integration - https://docs.github.com/rest/checks/runs#create-a-check-run)

fix is to add:

  windows:
    name: ${{ matrix.windows-version }} - Debug
    runs-on: ubuntu-latest
    permissions:
      contents: read
      checks: write