Postman is an API platform for building and using APIs. Postman simplifies each step of the API lifecycle and streamlines collaboration so you can create better APIs—faster.
[X] I have searched the existing issues for this feature request
Is your feature request related to a problem?
I have a GPG Key set up in my github account and my local git is configured to always sign my commits using my key, however after setting up the GitHub integration inside Postman, when syncing happens I am not prompted for my key password and a commit is made and pushed without being signed.
Describe the solution you'd like
The "commit and push" button inside postman should honor the git configuration and sign the commit if git is configured to do so already.
Is there an existing request for this feature?
Is your feature request related to a problem?
I have a GPG Key set up in my github account and my local git is configured to always sign my commits using my key, however after setting up the GitHub integration inside Postman, when syncing happens I am not prompted for my key password and a commit is made and pushed without being signed.
Describe the solution you'd like
The "commit and push" button inside postman should honor the git configuration and sign the commit if git is configured to do so already.
Describe alternatives you've considered
Manually commiting changes.
Additional context
No response