it’s gpg --import not gpg --import-key
Some checks failed
ci/woodpecker/push/update-flake Pipeline was successful
ci/woodpecker/manual/update-flake Pipeline failed

This commit is contained in:
Charlotte 🦝 Delenk 2023-04-09 08:30:33 +01:00
parent 24575df947
commit 8217bbc505
Signed by: darkkirb
GPG key ID: AB2BD8DAF2E37122

View file

@ -43,7 +43,7 @@ pipeline:
- git remote set-url origin gitea@git.chir.rs:darkkirb/nix-packages.git
- git config --global 'user.email' 'gitea-bot@chir.rs'
- git config --global 'user.name' 'Gitea Bot'
- echo "$GPG_KEY" | gpg --import-key
- echo "$GPG_KEY" | gpg --import
- gpg config --global "user.signingKey" "0x417A4BCCAB696E24"
- gpg config --global "commit.gpgSign" "true"
- git add .