Compare commits
1 commit
1a76ee21ce
...
03c39fbedf
Author | SHA1 | Date | |
---|---|---|---|
03c39fbedf |
1 changed files with 3 additions and 5 deletions
|
@ -12,11 +12,9 @@ steps:
|
|||
|
||||
sign:
|
||||
image: docker.io/nixpkgs/nix-flakes:nixos-25.05
|
||||
environment:
|
||||
DB_KEY:
|
||||
from_secret: secure_boot_key
|
||||
DB_CRT:
|
||||
from_secret: secure_boot_crt
|
||||
env:
|
||||
DB_KEY: ${{ secrets.DBKEY }}
|
||||
DB_CRT: ${{ secrets.DBCRT }}
|
||||
commands:
|
||||
- ./scripts/sign-release.sh
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue