The readme shows the example: ```yaml 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: ```yaml permissions: contents: read # For actions/checkout id-token: write # For Codecov OIDC ```