mirror of
https://github.com/iiab/iiab.git
synced 2025-03-09 15:40:17 +00:00
Move GPG key to main.yml
This commit is contained in:
parent
eaf59b0e87
commit
733f381996
2 changed files with 4 additions and 1 deletions
|
@ -56,7 +56,7 @@
|
|||
|
||||
- name: Verify Gitea binary with GPG signature
|
||||
shell: |
|
||||
gpg --keyserver pgp.mit.edu --recv 7C9E68152594688862D62AF62D9AE806EC1592E2
|
||||
gpg --keyserver pgp.mit.edu --recv {{ gitea_gpg_key }}
|
||||
gpg --verify {{ gitea_checksum_path }} {{ gitea_install_path }}
|
||||
tags:
|
||||
- install
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue