Skip to content

Commit

Permalink
docs(actions/helm/release-chart): add required permissions
Browse files Browse the repository at this point in the history
Signed-off-by: Emilien Escalle <[email protected]>
  • Loading branch information
neilime committed Apr 10, 2024
1 parent ffaa65f commit 8b8d050
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions actions/helm/release-chart/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,9 @@ Action to release a Helm chart to OCI registry
<!-- end description -->
<!-- start contents -->
<!-- end contents -->

## Usage

<!-- start usage -->

```yaml
Expand Down Expand Up @@ -75,6 +78,16 @@ Action to release a Helm chart to OCI registry
```
<!-- end usage -->
## Permissions
This action requires the following permissions on the repository:
- `contents: read`: to read the chart files
- `packages: write`: to publish the chart to the OCI registry (required for Github Package registry only)

## Inputs

<!-- start inputs -->

| **Input** | **Description** | **Default** | **Required** |
Expand Down

0 comments on commit 8b8d050

Please sign in to comment.