From 783b7dca3bc2c3be37c81f99f1576c2c6fe399f7 Mon Sep 17 00:00:00 2001 From: ham <159665404+r-h-y@users.noreply.github.com> Date: Tue, 10 Sep 2024 01:00:10 +0100 Subject: [PATCH] Update msptool.yml --- .github/workflows/msptool.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/msptool.yml b/.github/workflows/msptool.yml index 1346f98..11e3833 100644 --- a/.github/workflows/msptool.yml +++ b/.github/workflows/msptool.yml @@ -73,7 +73,7 @@ jobs: with: files: ${{ env.Solution_Directory }}/**/bin/${{ matrix.configuration }}/** env: - GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} + GITHUB_TOKEN: ${{ secrets.PAT_TOKEN }} - name: Upload build artifacts uses: actions/upload-artifact@v3