Skip to content

Commit

Permalink
feat(gha): configure ssh signed tags in GitHub Action (#937)
Browse files Browse the repository at this point in the history
Resolves: #936
  • Loading branch information
codejedi365 committed May 22, 2024
1 parent 1de6f78 commit dfb76b9
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions action.sh
Original file line number Diff line number Diff line change
Expand Up @@ -103,6 +103,7 @@ if [[ -n "$INPUT_SSH_PUBLIC_SIGNING_KEY" && -n "$INPUT_SSH_PRIVATE_SIGNING_KEY"
git config --global gpg.ssh.allowedSignersFile ~/.ssh/allowed_signers
git config --global user.signingKey ~/.ssh/signing_key
git config --global commit.gpgsign true
git config --global tag.gpgsign true
fi

# Copy inputs into correctly-named environment variables
Expand Down

0 comments on commit dfb76b9

Please sign in to comment.