diff --git a/.github/workflows/powershell-pr-check.yml b/.github/workflows/powershell-pr-check.yml index cf0c7d713a0c..f3fa0a38a671 100644 --- a/.github/workflows/powershell-pr-check.yml +++ b/.github/workflows/powershell-pr-check.yml @@ -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: