From c588b7c1c2faf7576af4ad8ff3b48e8b1b0f462f Mon Sep 17 00:00:00 2001 From: Jacek Date: Sun, 1 Feb 2026 21:03:40 -0600 Subject: [PATCH] feat(workflows): pass source commit to sdk-infra-workers canary release Include the triggering commit SHA when dispatching the version update workflow to sdk-infra-workers. This enables release PRs to show links back to the source commits in clerk/javascript. --- .github/workflows/release-canary.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/release-canary.yml b/.github/workflows/release-canary.yml index 8e9f951caa7..98a9acb2515 100644 --- a/.github/workflows/release-canary.yml +++ b/.github/workflows/release-canary.yml @@ -74,7 +74,7 @@ jobs: repo: 'sdk-infra-workers', workflow_id: 'update-pkg-versions.yml', ref: 'main', - inputs: { clerkjsVersion, clerkUiVersion } + inputs: { clerkjsVersion, clerkUiVersion, sourceCommit: context.sha } }) if (nextjsVersion.includes('canary')) {