From 11a10507989ec0dc7e17c6fbdb51df6914fc61d2 Mon Sep 17 00:00:00 2001 From: R-Palazzo Date: Mon, 8 Apr 2024 18:16:11 +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."