Skip to content

Release repos without runAsNonRoot (#161) #39

Release repos without runAsNonRoot (#161)

Release repos without runAsNonRoot (#161) #39

# SPDX-FileCopyrightText: (C) 2025 Intel Corporation
# SPDX-License-Identifier: Apache-2.0
---
name: Post-Merge Cluster Orch
on:
push:
branches:
- main
- release-*
paths:
- 'apps/cluster-orch/**'
workflow_dispatch:
permissions: {}
jobs:
post-merge-pipeline:
permissions:
contents: read
security-events: write
id-token: write
uses: open-edge-platform/orch-ci/.github/workflows/post-merge.yml@0.1.10
with:
bootstrap_tools: "base,helm,yq,jq"
run_version_check: true
run_dep_version_check: false
run_build: false
run_docker_build: true
run_docker_push: true
run_helm_build: true
run_helm_push: true
run_version_tag: true
run_artifact: false
prefix_tag_separator: "/"
project_folder: apps/cluster-orch
orch_ci_repo_ref: main
persist_creds: true
secrets:
SYS_ORCH_GITHUB: ${{ secrets.SYS_ORCH_GITHUB }}

Check failure on line 41 in .github/workflows/post-merge-cluster-orch.yml

View workflow run for this annotation

GitHub Actions / Post-Merge Cluster Orch

Invalid workflow file

The workflow is not valid. .github/workflows/post-merge-cluster-orch.yml (Line: 41, Col: 24): Invalid secret, SYS_ORCH_GITHUB is not defined in the referenced workflow. .github/workflows/post-merge-cluster-orch.yml (Line: 42, Col: 24): Invalid secret, COSIGN_PASSWORD is not defined in the referenced workflow.
COSIGN_PASSWORD: ${{ secrets.COSIGN_PASSWORD }}
COSIGN_PRIVATE_KEY: ${{ secrets.COSIGN_PRIVATE_KEY }}
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 }}