From dfc1cf46564421e132394a5c671ff349fcac4579 Mon Sep 17 00:00:00 2001 From: Bartosz Blizniak Date: Wed, 19 Aug 2026 16:12:03 +0100 Subject: [PATCH] add signing to workflow --- .github/workflows/update-bindings.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/update-bindings.yml b/.github/workflows/update-bindings.yml index 90fd8227..ce658a54 100644 --- a/.github/workflows/update-bindings.yml +++ b/.github/workflows/update-bindings.yml @@ -92,6 +92,7 @@ jobs: with: branch: automated/update-bindings-v${{ steps.versions.outputs.new_version }} base: master + sign-commits: true title: "Update Go API bindings to version ${{ steps.versions.outputs.new_version }}" commit-message: "Update Go API bindings to version ${{ steps.versions.outputs.new_version }}" body: |