This commit is contained in:
Matthew Binning 2026-01-21 15:17:37 -08:00
parent 2fae858d87
commit 5378d3cdfa
No known key found for this signature in database

View file

@ -159,7 +159,7 @@ encrypt:
- |
echo 'DD0007338E2C43BD553D569377D9D93F96483723:6:' | gpg --import-ownertrust
- echo "Encrypting hello-world.tar.gz..."
- printf '%s\n' "$[[ inputs.gpg_passphrase ]]" > passphrase.txt
- printf '%s' '$[[ inputs.gpg_passphrase ]]' > passphrase.txt
- |
gpg --batch --yes \
--pinentry-mode loopback \