From d308b302264cc8f9cab60c010a854f48b38c1f86 Mon Sep 17 00:00:00 2001 From: Jordan Dominion Date: Sun, 2 Jul 2023 09:31:12 -0400 Subject: [PATCH] Add GitHub token for install-winget --- .github/workflows/ci-pipeline.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.github/workflows/ci-pipeline.yml b/.github/workflows/ci-pipeline.yml index 75959c1595..4d6a07b664 100644 --- a/.github/workflows/ci-pipeline.yml +++ b/.github/workflows/ci-pipeline.yml @@ -983,6 +983,8 @@ jobs: steps: - name: Install winget uses: Cyberboss/install-winget@v1 + with: + GITHUB_TOKEN: ${{ env.WINGET_PUSH_TOKEN }} - name: Setup dotnet uses: actions/setup-dotnet@v2 @@ -1497,6 +1499,8 @@ jobs: - name: Install winget uses: Cyberboss/install-winget@v1 + with: + GITHUB_TOKEN: ${{ env.WINGET_PUSH_TOKEN }} - name: Install wingetcreate run: winget install wingetcreate --disable-interactivity --accept-source-agreements