-
Notifications
You must be signed in to change notification settings - Fork 5
49 lines (44 loc) · 1.59 KB
/
post-merge.yml
File metadata and controls
49 lines (44 loc) · 1.59 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
---
# 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
actions: read
uses: open-edge-platform/orch-ci/.github/workflows/post-merge.yml@24a3a495be45af021486e265cf09a17ac3798405 # 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@24a3a495be45af021486e265cf09a17ac3798405 # 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 }}