Skip to content

Commit e2d0b9c

Browse files
committed
Update token in update-cli.yml to use GITHUB_TOKEN
1 parent 5d9a4c3 commit e2d0b9c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/update-cli.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ jobs:
5959
if: steps.checkmarx-ast-cli.outputs.current_tag != steps.checkmarx-ast-cli.outputs.release_tag
6060
uses: peter-evans/create-pull-request@c5a7806660adbe173f04e3e038b0ccdcd758773c #v6
6161
with:
62-
token: ${{ secrets.AUTOMATION_TOKEN }}
62+
token: ${{ secrets.GITHUB_TOKEN }}
6363
commit-message: Update checkmarx-ast-cli to ${{ steps.checkmarx-ast-cli.outputs.release_tag }}
6464
title: Update checkmarx-ast-cli binaries with ${{ steps.checkmarx-ast-cli.outputs.release_tag }}
6565
body: |

0 commit comments

Comments
 (0)