From 0fb5971cdfa6410a50c8cb95df39adac22fb16bb Mon Sep 17 00:00:00 2001 From: R-Palazzo Date: Mon, 8 Apr 2024 17:32:27 +0100 Subject: [PATCH] use GH_ACCESS_TOKEN --- .github/workflows/static_code_analysis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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."