Adds support for signing.
parent
b7268d8934
commit
74cbf30147
|
@ -31,8 +31,14 @@ jobs:
|
||||||
persist-credentials: false
|
persist-credentials: false
|
||||||
fetch-depth: 0
|
fetch-depth: 0
|
||||||
|
|
||||||
|
- name: Set up GPG keys
|
||||||
|
run: |
|
||||||
|
echo "${{ secrets.GPG_SIGNING_KEY }}" | gpg --quiet --batch --yes --import
|
||||||
|
echo "echo ${{ secrets.GPG_SIGNING_PASSPHRASE }}" >/tmp/gpg-pinentry
|
||||||
|
chmod 700 /tmp/gpg-pinentry
|
||||||
|
|
||||||
- name: Download and include package files
|
- name: Download and include package files
|
||||||
run: ./addlatest
|
run: gpg-agent --pinentry-program /tmp/gpg-pinentry --daemon ./addlatest
|
||||||
|
|
||||||
- name: Push changes
|
- name: Push changes
|
||||||
uses: ad-m/github-push-action@v0.6.0
|
uses: ad-m/github-push-action@v0.6.0
|
||||||
|
|
|
@ -6,3 +6,4 @@ Suite: unstable
|
||||||
Architectures: amd64
|
Architectures: amd64
|
||||||
Components: contrib
|
Components: contrib
|
||||||
DebOverride: deboverride
|
DebOverride: deboverride
|
||||||
|
SignWith: 65828D743CEE8B69
|
||||||
|
|
Loading…
Reference in New Issue