Merge pull request #176 from microsoft/dilan/powershell-pr-token

Fix PowerShell PR Token
This commit is contained in:
Mathias Vorreiter Pedersen
2025-02-27 17:58:41 +00:00
committed by GitHub

View File

@@ -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: