We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5d9a4c3 commit e2d0b9cCopy full SHA for e2d0b9c
.github/workflows/update-cli.yml
@@ -59,7 +59,7 @@ jobs:
59
if: steps.checkmarx-ast-cli.outputs.current_tag != steps.checkmarx-ast-cli.outputs.release_tag
60
uses: peter-evans/create-pull-request@c5a7806660adbe173f04e3e038b0ccdcd758773c #v6
61
with:
62
- token: ${{ secrets.AUTOMATION_TOKEN }}
+ token: ${{ secrets.GITHUB_TOKEN }}
63
commit-message: Update checkmarx-ast-cli to ${{ steps.checkmarx-ast-cli.outputs.release_tag }}
64
title: Update checkmarx-ast-cli binaries with ${{ steps.checkmarx-ast-cli.outputs.release_tag }}
65
body: |
0 commit comments