Skip to content

AO doc update (#296) #1

AO doc update (#296)

AO doc update (#296) #1

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:
permissions:
contents: read
security-events: write
id-token: write
uses: open-edge-platform/orch-ci/.github/workflows/post-merge.yml@93183bfab99c3bfd19f2a2f36adce36fc5bebe87 # 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
orch_ci_repo_ref: "main"
secrets:
SYS_ORCH_GITHUB: ${{ secrets.SYS_ORCH_GITHUB }}
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@93183bfab99c3bfd19f2a2f36adce36fc5bebe87 # 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_ORCH_GITHUB: ${{ secrets.SYS_ORCH_GITHUB }}
DOC_AWS_ACCESS_KEY_ID: ${{ secrets.DOC_AWS_ACCESS_KEY_ID }}
DOC_AWS_SECRET_ACCESS_KEY: ${{ secrets.DOC_AWS_SECRET_ACCESS_KEY }}