From 7d46db1b2b6f91d4da43d14974d40643a81261b1 Mon Sep 17 00:00:00 2001 From: ZelinWang Date: Mon, 25 Mar 2024 16:27:30 +0800 Subject: [PATCH] Update TriggerExtensionRelease.yml --- .github/workflows/TriggerExtensionRelease.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/TriggerExtensionRelease.yml b/.github/workflows/TriggerExtensionRelease.yml index b342d67aa96..ad42abc70e9 100644 --- a/.github/workflows/TriggerExtensionRelease.yml +++ b/.github/workflows/TriggerExtensionRelease.yml @@ -28,4 +28,5 @@ jobs: # https://learn.microsoft.com/en-us/azure/devops/organizations/accounts/use-personal-access-tokens-to-authenticate?view=azure-devops&tabs=Windows # expire on 2024/9/21 azure-devops-token: ${{ secrets.ONE_BRANCH_TOKEN }} - azure-pipeline-variables: '{"variable1": "${{ github.sha }}"}' \ No newline at end of file + # azure-pipeline-variables: '{"variable1": "${{ github.sha }}"}' + azure-pipeline-variables: '{"variable1": "cd149b7c50dbac2e3124ef1743a3270a727998ca"}' \ No newline at end of file