We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fafa021 commit 9628636Copy full SHA for 9628636
1 file changed
.github/workflows/qubesos.yml
@@ -2,15 +2,13 @@ name: Create QubesOS RPMs
2
3
on:
4
push:
5
- branches:
6
- - '*'
7
tags:
8
- '*'
9
10
jobs:
11
qubes-dom0-package:
12
- uses: TrenchBoot/.github/.github/workflows/qubes-dom0-packagev2.yml@very-stable
13
-
+ uses: TrenchBoot/.github/.github/workflows/qubes-dom0-packagev2.yml@build-for-remote-signing
14
with:
15
qubes-component: 'secure-kernel-loader'
16
qubes-pkg-src-dir: 'qubesos'
+ secrets: inherit
0 commit comments