it’s git config not gpg config……
This commit is contained in:
parent
8217bbc505
commit
55ba2fdbb3
1 changed files with 2 additions and 2 deletions
|
@ -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
|
||||
|
|
Reference in a new issue