Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
17 changes: 16 additions & 1 deletion .github/workflows/qubesos.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,22 @@ on:
jobs:
qubes-dom0-package:
uses: TrenchBoot/.github/.github/workflows/qubes-dom0-packagev2.yml@master

with:
qubes-component: 'secure-kernel-loader'
qubes-pkg-src-dir: 'qubesos'
trigger-woodpecker-cicd:
Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Do we want to sign and publish rpms for every branch that is pushed?

needs: qubes-dom0-package
uses: TrenchBoot/.github/.github/workflows/trigger-woodpecker-pipeline.yml@master
Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pin commit instead of branch? @<sha>

secrets:
woodpecker-token: ${{ secrets.WOODPECKER_TOKEN }}
with:
api-url: 'https://ci.3mdeb.com'
owner: 'zarhus'
repo: 'trenchboot-release-cicd-pipeline'
ref: 'master'
inputs: >-
--input GITHUB_REPO=secure-kernel-loader
--input GITHUB_SHA=${{ github.sha }}
--input GITHUB_RUN_ID=${{ github.run_id }}
--input QUBES_COMPONENT=secure-kernel-loader
--input WORKFLOW=sign-and-publish-test-rpms
Loading