Skip to content

[gha] Bump open-edge-platform/orch-ci from 2026.0.17 to 2026.0.19 (#440) #327

[gha] Bump open-edge-platform/orch-ci from 2026.0.17 to 2026.0.19 (#440)

[gha] Bump open-edge-platform/orch-ci from 2026.0.17 to 2026.0.19 (#440) #327

Workflow file for this run

---
# SPDX-FileCopyrightText: (C) 2025 Intel Corporation
# SPDX-License-Identifier: Apache-2.0
name: Post-Merge CI Pipeline
on: # yamllint disable-line rule:truthy
push:
branches: ['main', 'release-[0-9]+.[0-9]+.*']
workflow_dispatch:
permissions:
contents: read
jobs:
post-merge-pipeline:

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

View workflow run for this annotation

GitHub Actions / Post-Merge CI Pipeline

Invalid workflow file

The workflow is not valid. .github/workflows/post-merge.yml (Line: 16, Col: 3): Error calling workflow 'open-edge-platform/orch-ci/.github/workflows/post-merge.yml@b5930c48c1fcdb6b34ffbcd465cff96dabfbde70'. 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@b5930c48c1fcdb6b34ffbcd465cff96dabfbde70 # yamllint disable-line rule:line-length
with:
run_version_check: true
run_dep_version_check: false
run_build: true
run_docker_build: false
run_docker_push: false
run_version_tag: true
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 }}
publish-documentation:
permissions:
contents: read
pull-requests: read
issues: write
uses: open-edge-platform/orch-ci/.github/workflows/publish-documentation.yml@d40dfda9598df896aa20cb1dc2c950d6444e8fa7 # yamllint disable-line rule:line-length
with:
simple_mode: false
branch_pattern: '^(main|release-[0-9]+\.[0-9]+.*)$'
switch_main_to_dev: true
secrets:
SYS_EMF_GH_TOKEN: ${{ secrets.SYS_EMF_GH_TOKEN }}
DOC_AWS_ACCESS_KEY_ID: ${{ secrets.DOC_AWS_ACCESS_KEY_ID }}
DOC_AWS_SECRET_ACCESS_KEY: ${{ secrets.DOC_AWS_SECRET_ACCESS_KEY }}