it’s git config not gpg config……
All checks were successful
ci/woodpecker/push/update-flake Pipeline was successful
ci/woodpecker/manual/update-flake Pipeline was successful

This commit is contained in:
Charlotte 🦝 Delenk 2023-04-09 08:32:17 +01:00
parent 8217bbc505
commit 55ba2fdbb3
Signed by: darkkirb
GPG key ID: AB2BD8DAF2E37122

View file

@ -44,8 +44,8 @@ pipeline:
- git config --global 'user.email' 'gitea-bot@chir.rs'
- git config --global 'user.name' 'Gitea Bot'
- echo "$GPG_KEY" | gpg --import
- gpg config --global "user.signingKey" "0x417A4BCCAB696E24"
- gpg config --global "commit.gpgSign" "true"
- git config --global "user.signingKey" "0x417A4BCCAB696E24"
- git config --global "commit.gpgSign" "true"
- git add .
- git commit -am "Update flake lockfile"
- git push --force origin main:update-flake-lock