Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

use API to commit in GHA doc steps so commits get signed #240

Merged
merged 1 commit into from
Dec 18, 2024

Conversation

amitchell-moz
Copy link
Contributor

@amitchell-moz amitchell-moz commented Dec 18, 2024

Replace git commits in GHA workflow with gh api request.

Commits done by a bot user via git commit don't get signed (actions/runner#667), but they do get signed if they're submited via gh api. Since we require signed commits for this repo, and github doesn't provide a good way to sign commits with bot users, we need to use the API.

Validated in https://github.com/amitchell-moz/module-versioning-ci-test (LKM if you want an invite)

@amitchell-moz amitchell-moz added the no-release This PR won't increment any versions label Dec 18, 2024
@amitchell-moz amitchell-moz merged commit 8b46014 into main Dec 18, 2024
8 checks passed
@amitchell-moz amitchell-moz deleted the amitchell-OPST-1413-3 branch December 18, 2024 23:00
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
no-release This PR won't increment any versions
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants