GitHub App verified commits with REST API: Deletions are not signed #180621
Replies: 1 comment 1 reply
-
💬 Your Product Feedback Has Been Submitted 🎉 Thank you for taking the time to share your insights with us! Your feedback is invaluable as we build a better GitHub experience for all our users. Here's what you can expect moving forward ⏩
Where to look to see what's shipping 👀
What you can do in the meantime 💻
As a member of the GitHub community, your participation is essential. While we can't promise that every suggestion will be implemented, we want to emphasize that your feedback is instrumental in guiding our decisions and priorities. Thank you once again for your contribution to making GitHub even better! We're grateful for your ongoing support and collaboration in shaping the future of our platform. ⭐ |
BetaWas this translation helpful?Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
Select Topic Area
Bug
Body
If you look at this commit history in GitHub, you'll see 2 commits generated using the GitHub REST API by a GitHub App I use for testing:
Both commits were generated using the GitHub REST API, but only one of them is Verified.
File creation - gives a signed, Verified commit
https://docs.github.com/en/rest/repos/contents?apiVersion=2022-11-28#create-or-update-file-contents
File deletion - not signed, commit does not show as Verified
https://docs.github.com/en/rest/repos/contents?apiVersion=2022-11-28#delete-a-file
As with file creation, neither
authororcommitterwere provided in the call to the GitHub API, but in this case the resulting commit uses the app as the committer, rather thancommitter GitHub <[email protected]>, and nogpgsigwas generated:BetaWas this translation helpful?Give feedback.
All reactions