Sign commits on GitHub?

Hi everyone,

I’ve been struggling a bit to work with UiPath Studio and GitHub. The organisation requires that all commits are signed with a verified signature. Normally people are using an SSH key or GPG key to verify all commits. However, commits made by UiPath Studio are not signed and therefore not verified. This induces that I can’t make any pull requests and merge with the master branch.

Any thoughts? :thinking:

do a check on configuring it via

$ git config ....
.gitconfig

Hi @ppr

Thanks for the input. I’ve checked the git config, and it seems correct with

user.name=my name
user.email=my email
user.signingkey=my signing key

I’ve checked and the signing key is the same that I’ve added in GitHub, which works when I commit stuff from VS Code.