Skip to content

chore: Use custom action to commit changes in CI instead of git commit#843

Open
fnesveda wants to merge 1 commit into
masterfrom
chore/use-custom-action-to-commit
Open

chore: Use custom action to commit changes in CI instead of git commit#843
fnesveda wants to merge 1 commit into
masterfrom
chore/use-custom-action-to-commit

Conversation

@fnesveda
Copy link
Copy Markdown
Member

We want to enforce commit signing for all commits in our repositories.
To do that, we need to make sure even commits created by CI workflows are signed.

It would be possible to sign using GPG keys, but that would require a lot of maintenance.

Instead, we can commit using the GitHub GraphQL API, which automatically signs commits.

This PR replaces direct git commit / git push usage (and third-party commit actions like EndBug/add-and-commit)
with the apify/workflows/commit action, which uses the GraphQL API under the hood.

@github-actions github-actions Bot added the t-management Issues with this label belong to the CTO or engineering managers. label May 14, 2026
@fnesveda fnesveda added the adhoc Ad-hoc unplanned task added during the sprint. label May 14, 2026
@fnesveda fnesveda requested review from MQ37 and janbuchar May 14, 2026 09:42
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

adhoc Ad-hoc unplanned task added during the sprint. t-management Issues with this label belong to the CTO or engineering managers.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants