This repository has been archived on 2023-11-07. You can view files and clone it, but cannot push or open issues or pull requests.
awl/import-gpg.sh
Sam Therapy d9e64a6950
Some checks failed
continuous-integration/drone Build is failing
add GPG signing please
Signed-off-by: Sam Therapy <sam@samtherapy.net>
2022-10-20 23:39:54 +02:00

8 lines
117 B
Bash

#!/usr/bin/env bash
set -e
[ -z "$SIGNING_KEY" ] && echo "no key" && exit 1
echo -n "$SIGNING_KEY" | gpg --import