Skip to content

Commit

Permalink
fix: update manifest and helm charts (#278)
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 committed Mar 17, 2024
1 parent d4d5fcc commit 268675c
Showing 1 changed file with 11 additions and 3 deletions.
14 changes: 11 additions & 3 deletions .github/workflows/helm-chart.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,17 @@ name: publish_helm_chart

on:
workflow_run:
workflows: [ "Create, Scan and Publish KAITO image" ]
types: [ completed ]
branches: [ release-** ]
workflows: ["Create, Scan and Publish KAITO image"]
types: [completed]
branches: [release-**]

permissions:
id-token: write # 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 268675c

Please sign in to comment.