Skip to content

Commit

Permalink
fix: update manifest and helm charts (#277)
Browse files Browse the repository at this point in the history
Signed-off-by: Heba <[email protected]>
  • Loading branch information
helayoty authored Mar 4, 2024
1 parent e95ca2d commit b2495b2
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions .github/workflows/helm-chart.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,12 @@ on:
branches: [ release-** ]

permissions:
id-token: write # This is required for requesting the JWT
contents: read # This is required for actions/checkout
id-token: read # This is required for requesting the JWT
packages: write
contents: write
actions: read
deployments: read
pull-requests: read

jobs:
release:
Expand Down

0 comments on commit b2495b2

Please sign in to comment.