mirror of
https://github.com/github/codeql.git
synced 2026-05-25 00:27:09 +02:00
Merge pull request #176 from microsoft/dilan/powershell-pr-token
Fix PowerShell PR Token
This commit is contained in:
2
.github/workflows/powershell-pr-check.yml
vendored
2
.github/workflows/powershell-pr-check.yml
vendored
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user