From 17ae251137172a1797179e5304b8ab8d1274e2ef Mon Sep 17 00:00:00 2001 From: dilanbhalla <35575727+dilanbhalla@users.noreply.github.com> Date: Thu, 27 Feb 2025 09:34:15 -0800 Subject: [PATCH] Update powershell-pr-check.yml --- .github/workflows/powershell-pr-check.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/powershell-pr-check.yml b/.github/workflows/powershell-pr-check.yml index cf0c7d713a0..f3fa0a38a67 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: