Skip to content

Commit

Permalink
Update static_code_analysis.yml to use private access token (#2256)
Browse files Browse the repository at this point in the history
  • Loading branch information
amontanez24 authored Oct 7, 2024
1 parent b30419e commit 3e19a2e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/static_code_analysis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
id: cpr
uses: peter-evans/create-pull-request@v4
with:
token: ${{ secrets.GITHUB_TOKEN }}
token: ${{ secrets.GITHUB_ACCESS_TOKEN }}
commit-message: Update static code analysis
author: "github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>"
committer: "github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>"
Expand Down

0 comments on commit 3e19a2e

Please sign in to comment.