Skip to content

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

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

chore: Use custom action to commit changes in CI instead of git commit#297
fnesveda wants to merge 1 commit into
mainfrom
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.

@fnesveda fnesveda requested a review from MrkMrk00 May 14, 2026 10:12
@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 force-pushed the chore/use-custom-action-to-commit branch from 5b85c11 to 76ecd73 Compare May 14, 2026 14:25
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.

2 participants