Skip to content

Commit

Permalink
Merge pull request #176 from microsoft/dilan/powershell-pr-token
Browse files Browse the repository at this point in the history
Fix PowerShell PR Token
  • Loading branch information
MathiasVP authored Feb 27, 2025
2 parents 4e6f463 + 17ae251 commit 2172ced
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/powershell-pr-check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
uses: actions/checkout@v3
with:
fetch-depth: 0
token: ${{ secrets.WORKFLOW_TOKEN }}
token: ${{ github.token }}
- name: Setup CodeQL
uses: ./.github/actions/fetch-codeql
with:
Expand Down

0 comments on commit 2172ced

Please sign in to comment.