Skip to content

Adjust readme regarding OIDC auth #1843

Open
@rsyring

Description

@rsyring

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

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions