Skip to content

Commit

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

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

Expand Down
5 changes: 5 additions & 0 deletions .github/workflows/helm-chart.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,11 @@ on:
types: [ completed ]
branches: [ release-** ]

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

jobs:
release:
runs-on: ubuntu-latest
Expand Down

0 comments on commit e95ca2d

Please sign in to comment.