Signing attempt #3.
parent
2603331b51
commit
d0e5235b1c
|
@ -33,10 +33,11 @@ jobs:
|
||||||
|
|
||||||
- name: Set up GPG keys
|
- name: Set up GPG keys
|
||||||
run: |
|
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
|
gpgconf --reload gpg-agent
|
||||||
echo "${{ secrets.GPG_SIGNING_KEY }}" | gpg --quiet --batch --yes --import
|
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
|
- name: Download and include package files
|
||||||
run: ./addlatest
|
run: ./addlatest
|
||||||
|
|
Loading…
Reference in New Issue