-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathpost-merge-exporters-inventory.yml
More file actions
41 lines (37 loc) · 1.15 KB
/
post-merge-exporters-inventory.yml
File metadata and controls
41 lines (37 loc) · 1.15 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
---
# SPDX-FileCopyrightText: (C) 2025 Intel Corporation
# SPDX-License-Identifier: Apache-2.0
name: Post-Merge Exporters Inventory
on:
push:
branches:
- main
- release-*
paths:
- 'exporters-inventory/**'
permissions: {}
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@bf82f7924caaac6ba2f388b6ec6ac4edd65f48ee # 2026.1.1
with:
orch_ci_repo_ref: b5930c48c1fcdb6b34ffbcd465cff96dabfbde70
bootstrap_tools: "all,golangci-lint2"
run_version_check: true
run_dep_version_check: true
run_build: true
run_docker_build: true
run_docker_push: true
run_version_tag: true
run_version_dev: true
prefix_tag_separator: "/"
project_folder: "exporters-inventory"
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 }}