From 0eb27698a3ee4df9f09df5e85885c5287ceee81d Mon Sep 17 00:00:00 2001 From: Bartosz Blizniak Date: Wed, 19 Aug 2026 16:07:15 +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 b6f4a2ca..06fff63d 100644 --- a/.github/workflows/update-bindings.yml +++ b/.github/workflows/update-bindings.yml @@ -90,6 +90,7 @@ jobs: if: steps.detect.outputs.changed == 'true' uses: peter-evans/create-pull-request@5f6978faf089d4d20b00c7766989d076bb2fc7f1 # v8.1.1 with: + sign-commits: true branch: automated/update-bindings-v${{ steps.versions.outputs.new_version }} base: master title: "feat: update bindings to v${{ steps.versions.outputs.new_version }} (API v${{ steps.versions.outputs.api_version }})"