Skip to content

Commit 068f979

Browse files
author
Danil Klimuk
committed
.github: workflows: qubesos.yml: add trigger-woodpecker-cicd job for
signing Signed-off-by: Danil Klimuk <daniil.klimuk@3mdeb.com>
1 parent 1cc0a75 commit 068f979

1 file changed

Lines changed: 16 additions & 1 deletion

File tree

.github/workflows/qubesos.yml

Lines changed: 16 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,22 @@ on:
1010
jobs:
1111
qubes-dom0-package:
1212
uses: TrenchBoot/.github/.github/workflows/qubes-dom0-packagev2.yml@master
13-
1413
with:
1514
qubes-component: 'secure-kernel-loader'
1615
qubes-pkg-src-dir: 'qubesos'
16+
trigger-woodpecker-cicd:
17+
needs: qubes-dom0-package
18+
uses: TrenchBoot/.github/.github/workflows/trigger-woodpecker-pipeline.yml@master
19+
secrets:
20+
woodpecker-token: ${{ secrets.WOODPECKER_TOKEN }}
21+
with:
22+
api-url: 'https://ci.3mdeb.com'
23+
owner: 'zarhus'
24+
repo: 'trenchboot-release-cicd-pipeline'
25+
ref: 'master'
26+
inputs: >-
27+
--input GITHUB_REPO=secure-kernel-loader
28+
--input GITHUB_SHA=${{ github.sha }}
29+
--input GITHUB_RUN_ID=${{ github.run_id }}
30+
--input QUBES_COMPONENT=secure-kernel-loader
31+
--input WORKFLOW=sign-and-publish-test-rpms

0 commit comments

Comments
 (0)