add gpg key to the profiledef.sh

This commit is contained in:
mmdbalkhi 2022-02-18 16:29:48 +03:30
parent d88bcd56c5
commit 6b1df190c4
No known key found for this signature in database
GPG key ID: 1928AF673B1C4255
2 changed files with 3 additions and 1 deletions

View file

@ -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:

View file

@ -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')