Skip to content

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

Merged
fnesveda merged 7 commits into
masterfrom
chore/use-custom-action-to-commit
May 19, 2026
Merged

chore: Use custom action to commit changes in CI instead of git commit#770
fnesveda merged 7 commits into
masterfrom
chore/use-custom-action-to-commit

Conversation

@fnesveda
Copy link
Copy Markdown
Member

@fnesveda fnesveda commented May 14, 2026

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/actions/signed-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 B4nan and vladfrangu May 14, 2026 09:47
Copy link
Copy Markdown
Member

@vladfrangu vladfrangu left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

For the update-templates action, can you manually run it for, say, node templates (or I can on monday) to check if it works now 🙏

@fnesveda
Copy link
Copy Markdown
Member Author

For the update-templates action, can you manually run it for, say, node templates (or I can on monday) to check if it works now 🙏

It works: https://github.com/apify/actor-templates/actions/runs/25969171705/job/76337933333

But I almost updated the templates in production, the generated PR has automerge turned on, good thing I noticed 😄

@fnesveda fnesveda merged commit fd2dd16 into master May 19, 2026
77 of 79 checks passed
@fnesveda fnesveda deleted the chore/use-custom-action-to-commit branch May 19, 2026 10:52
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.

4 participants