Skip to content
This repository has been archived by the owner on Jan 12, 2025. It is now read-only.

Commit

Permalink
Update msptool.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
hzarki authored Sep 10, 2024
1 parent 783b7dc commit 10950b1
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/msptool.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,8 @@ jobs:
id: depcheck
with:
directory: msptool
env:
GITHUB_TOKEN: ${{ secrets.PAT_TOKEN }}

- name: Update version number
run: |
Expand Down Expand Up @@ -73,7 +75,7 @@ jobs:
with:
files: ${{ env.Solution_Directory }}/**/bin/${{ matrix.configuration }}/**
env:
GITHUB_TOKEN: ${{ secrets.PAT_TOKEN }}
GITHUB_TOKEN: ${{ secrets.PAT_TOKEN }}

- name: Upload build artifacts
uses: actions/upload-artifact@v3
Expand Down

0 comments on commit 10950b1

Please sign in to comment.