Skip to content

Commit b2495b2

Browse files
authored
fix: update manifest and helm charts (#277)
Signed-off-by: Heba <[email protected]>
1 parent e95ca2d commit b2495b2

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

.github/workflows/helm-chart.yml

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,9 +7,12 @@ on:
77
branches: [ release-** ]
88

99
permissions:
10-
id-token: write # This is required for requesting the JWT
11-
contents: read # This is required for actions/checkout
10+
id-token: read # This is required for requesting the JWT
1211
packages: write
12+
contents: write
13+
actions: read
14+
deployments: read
15+
pull-requests: read
1316

1417
jobs:
1518
release:

0 commit comments

Comments
 (0)