add gpg key to the profiledef.sh
This commit is contained in:
parent
d88bcd56c5
commit
6b1df190c4
2 changed files with 3 additions and 1 deletions
2
.github/workflows/iso-build.yaml
vendored
2
.github/workflows/iso-build.yaml
vendored
|
@ -16,7 +16,7 @@ on:
|
|||
types:
|
||||
- created
|
||||
schedule:
|
||||
- cron: "0 0 0 1 1/3 ? *"
|
||||
- cron: "0 0 0 ? 1/3 SAT#3 *"
|
||||
|
||||
jobs:
|
||||
build:
|
||||
|
|
|
@ -5,6 +5,8 @@ iso_name="Parch linux"
|
|||
iso_label="Parch_$(date +%Y%m)"
|
||||
iso_publisher="Parch <https://parch-os.github.io/>"
|
||||
iso_application="Parch Linux"
|
||||
gpg_key="BC9DCC3C9A0B047F53065EEBFB8554F927F96E60"
|
||||
gpg_sender="komeilparseh"
|
||||
iso_version="$(date +%Y.%m.%d)"
|
||||
install_dir="arch"
|
||||
buildmodes=('iso')
|
||||
|
|
Loading…
Add table
Reference in a new issue