Skip to content

Post-Merge helm charts #127

Post-Merge helm charts

Post-Merge helm charts #127

---
# SPDX-FileCopyrightText: (C) 2025 Intel Corporation
# SPDX-License-Identifier: Apache-2.0
name: Post-Merge helm charts
on:
push:
branches:
- main
- release-*
paths:
- 'helm/**'
workflow_dispatch:
permissions:
contents: read
jobs:
post-merge-pipeline:
permissions:
contents: read
security-events: write
id-token: write
actions: read
uses: open-edge-platform/orch-ci/.github/workflows/post-merge.yml@582cb262491c89e19904164eb24887b01f6925b2 # 2026.0.15
with:
run_build: false
run_helm_build: true
run_helm_push: true
run_version_tag: true
prefix_tag_separator: "/"
project_folder: "helm"
secrets:
SYS_EMF_GH_TOKEN: ${{ secrets.SYS_EMF_GH_TOKEN }}
NO_AUTH_ECR_PUSH_USERNAME: ${{ secrets.NO_AUTH_ECR_PUSH_USERNAME }}
NO_AUTH_ECR_PUSH_PASSWD: ${{ secrets.NO_AUTH_ECR_PUSH_PASSWD }}
MSTEAMS_WEBHOOK: ${{ secrets.TEAMS_WEBHOOK }}