Skip to content

Commit 19afe62

Browse files
Remove GPG signing configuration from PR workflow
Removed GPG signing configuration from the workflow.
1 parent 91c010f commit 19afe62

1 file changed

Lines changed: 0 additions & 3 deletions

File tree

.github/workflows/make_blog_draft_pr.yml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -72,9 +72,6 @@ jobs:
7272
run: |
7373
git config user.name github-actions
7474
git config user.email github-actions@github.com
75-
git config --global gpg.format ssh
76-
git config --global user.signingkey ~/.ssh/id_ed25519_sign.pub
77-
git config --global commit.gpgSign true
7875
git add -A
7976
git commit -S -m ${{ inputs.version }} --author "${{ github.actor }} <${{ github.actor }}@users.noreply.github.com>"
8077
git push origin prod:${{ inputs.version }}-post

0 commit comments

Comments
 (0)