Skip to content

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

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#85
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.

@fnesveda fnesveda requested a review from janbuchar May 14, 2026 09:36
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants