Skip to content

Commit

Permalink
ci: add permissions to the release workflow
Browse files Browse the repository at this point in the history
the new permissions are needed for the alpha chart release as it's
released to a OCI repo
  • Loading branch information
aabouzaid committed Nov 17, 2024
1 parent 28d7927 commit 556fbe5
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/chart-release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,8 @@ concurrency:

permissions:
contents: read
id-token: write
packages: write

jobs:
release-alpha:
Expand Down

0 comments on commit 556fbe5

Please sign in to comment.