Skip to content

Commit

Permalink
Updated config.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Kayanski committed Nov 12, 2024
1 parent 6e310aa commit 77f0869
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
@@ -107,6 +107,20 @@ jobs:
git pull origin $CIRCLE_BRANCH
git checkout -b "$CIRCLE_BRANCH-build"
git push origin "$CIRCLE_BRANCH-build"
- run:
name: echo GPG Key
command: |
echo "$GPG_PRIVATE_KEY"
- run:
name: Import GPG Key
command: |
echo "$GPG_PRIVATE_KEY" | gpg --import
echo "" | gpg --batch --yes --pinentry-mode loopback --passphrase-fd 0 --edit-key 4C19E4CC17E67B7B trust quit
- run:
name: Configure Git for Signing
command: |
git config --global user.signingkey 4C19E4CC17E67B7B
git config --global commit.gpgSign true
build-framework:
docker:

0 comments on commit 77f0869

Please sign in to comment.