Signing attempt #3.

pull/1/head
Tommie Gannert 2021-09-11 13:10:59 +02:00
parent 2603331b51
commit d0e5235b1c
1 changed files with 3 additions and 2 deletions

View File

@ -33,10 +33,11 @@ jobs:
- name: Set up GPG keys
run: |
echo allow-preset-passphrase >>$HOME/.gnupg/gpg-agent.conf
mkdir -p "$HOME/.gnupg"
echo allow-preset-passphrase >>"$HOME/.gnupg/gpg-agent.conf"
gpgconf --reload gpg-agent
echo "${{ secrets.GPG_SIGNING_KEY }}" | gpg --quiet --batch --yes --import
gpg-connect-agent "PRESET_PASSPHRASE tommie/innernet-debian -1 $(echo ${{ secrets.GPG_SIGNING_PASSPHRASE }} | od -An -w256 -tx1 | tr -d ' ')" /bye
echo '${{ secrets.GPG_SIGNING_PASSPHRASE }}' | /usr/lib/gnupg/gpg-preset-passphrase --preset reprepro:1
- name: Download and include package files
run: ./addlatest