Open
Description
The readme shows the example:
permissions:
id-token: write
But that is missing a read permission that would cause the action to be unable to checkout the repo.
It would be better to show a fuller example:
permissions:
contents: read # For actions/checkout
id-token: write # For Codecov OIDC
Metadata
Metadata
Assignees
Labels
No labels