Skip to content

Commit 2172ced

Browse files
authored
Merge pull request #176 from microsoft/dilan/powershell-pr-token
Fix PowerShell PR Token
2 parents 4e6f463 + 17ae251 commit 2172ced

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/powershell-pr-check.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
uses: actions/checkout@v3
1919
with:
2020
fetch-depth: 0
21-
token: ${{ secrets.WORKFLOW_TOKEN }}
21+
token: ${{ github.token }}
2222
- name: Setup CodeQL
2323
uses: ./.github/actions/fetch-codeql
2424
with:

0 commit comments

Comments
 (0)