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