Signing attempt #5.

pull/1/head
Tommie Gannert 2021-09-11 13:21:31 +02:00
parent 236a5ea3ed
commit 04eef6748b
1 changed files with 1 additions and 1 deletions

View File

@ -39,7 +39,7 @@ jobs:
echo 'allow-preset-passphrase' >>"$HOME/.gnupg/gpg-agent.conf" echo 'allow-preset-passphrase' >>"$HOME/.gnupg/gpg-agent.conf"
gpgconf --reload gpg-agent gpgconf --reload gpg-agent
echo "${{ secrets.GPG_SIGNING_KEY }}" | gpg --quiet --batch --yes --import echo "${{ secrets.GPG_SIGNING_KEY }}" | gpg --quiet --batch --yes --import
echo '${{ secrets.GPG_SIGNING_PASSPHRASE }}' | /usr/lib/gnupg/gpg-preset-passphrase --preset reprepro:1 echo '${{ secrets.GPG_SIGNING_PASSPHRASE }}' | /usr/lib/gnupg/gpg-preset-passphrase --preset 57F0E65446A301CC19914FD61167922350A2D8B2
- name: Download and include package files - name: Download and include package files
run: ./addlatest run: ./addlatest