From f5342c4e1f5a5788ccae3f47cacf89df88830c2e Mon Sep 17 00:00:00 2001 From: Jordan Dominion Date: Wed, 24 Jul 2024 07:19:44 -0400 Subject: [PATCH] Add missing usage of `DEV_PUSH_TOKEN` --- .github/workflows/ci-pipeline.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/ci-pipeline.yml b/.github/workflows/ci-pipeline.yml index 35a3081b45..9a7b747137 100644 --- a/.github/workflows/ci-pipeline.yml +++ b/.github/workflows/ci-pipeline.yml @@ -2009,6 +2009,8 @@ jobs: - name: Execute Push Script shell: powershell run: build/package/winget/push_manifest.ps1 + env: + WINGET_PUSH_TOKEN: ${{ secrets.DEV_PUSH_TOKEN }} - name: Delay 10m to allow MS bot to update PR shell: powershell