diff --git a/.github/workflows/static_code_analysis.yml b/.github/workflows/static_code_analysis.yml index bc92eeb8..72bc07f5 100644 --- a/.github/workflows/static_code_analysis.yml +++ b/.github/workflows/static_code_analysis.yml @@ -24,7 +24,7 @@ jobs: id: cpr uses: peter-evans/create-pull-request@v4 with: - token: ${{ secrets.GITHUB_TOKEN }} + token: ${{ secrets.GH_ACCESS_TOKEN }} commit-message: Update static code analysis title: Latest Code Analysis body: "This is an auto-generated PR with the **latest** code analysis results."