mirror of
https://github.com/Anon-Planet/thgtoa.git
synced 2026-05-06 11:34:18 +02:00
Tweaking some of the build to function
Signed-off-by: nopeitsnothing <no@anonymousplanet.org>
This commit is contained in:
@@ -59,7 +59,14 @@ jobs:
|
|||||||
run: python scripts/build_guide_pdf.py --${{ inputs.build_mode || 'both' }}
|
run: python scripts/build_guide_pdf.py --${{ inputs.build_mode || 'both' }}
|
||||||
|
|
||||||
- name: 🛡️ Sign PDFs
|
- name: 🛡️ Sign PDFs
|
||||||
|
env:
|
||||||
|
GPG_KEY: ${{ secrets.GPG_PRIVATE_KEY }}
|
||||||
|
GPG_PASSPHRASE: ${{ secrets.GPG_PASSPHRASE }}
|
||||||
run: |
|
run: |
|
||||||
|
cd ${{ github.workspace }}
|
||||||
|
# Import GPG key
|
||||||
|
export GPG_TTY=$(tty)
|
||||||
|
echo "$GPG_KEY" | gpg --batch --import 2>/dev/null || true
|
||||||
chmod +x scripts/sign-pdfs.sh
|
chmod +x scripts/sign-pdfs.sh
|
||||||
./scripts/sign-pdfs.sh
|
./scripts/sign-pdfs.sh
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user