Skip to content

Merge pull request #380 from open-edge-platform/upgrade_issue #126

Merge pull request #380 from open-edge-platform/upgrade_issue

Merge pull request #380 from open-edge-platform/upgrade_issue #126

---
# 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:

Check failure on line 20 in .github/workflows/post-merge-helm.yml

View workflow run for this annotation

GitHub Actions / Post-Merge helm charts

Invalid workflow file

The workflow is not valid. .github/workflows/post-merge-helm.yml (Line: 20, Col: 3): Error calling workflow 'open-edge-platform/orch-ci/.github/workflows/post-merge.yml@582cb262491c89e19904164eb24887b01f6925b2'. The nested job 'secrets-gitleaks-scan' is requesting 'actions: read', but is only allowed 'actions: none'.
permissions:
contents: read
security-events: write
id-token: write
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 }}