Skip to content

How to sign off a commit in action #87

Answered by andrii-bodnar
ErikQQY asked this question in Q&A
Discussion options

You must be logged in to vote

Hi @ErikQQY!
There is a possibility to sign commits created by GitHub Crowdin Action.

# For signed commits, add your ASCII-armored key
# Ensure that all emails are the same: for account profile that holds public key, the one specified during key generation, and for commit author (github_user_email parameter)

gpg_private_key: ${{ secrets.GPG_PRIVATE_KEY }}

For more details see the corresponding PR - #81

cc @paveldvoinos

Replies: 3 comments 4 replies

Comment options

You must be logged in to vote
2 replies
@ErikQQY
Comment options

@ErikQQY
Comment options

Comment options

You must be logged in to vote
1 reply
@ErikQQY
Comment options

Comment options

You must be logged in to vote
1 reply
@ErikQQY
Comment options

Answer selected by ErikQQY
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
4 participants