Skip to content

Commit 3f334ff

Browse files
chnage token
1 parent 5068297 commit 3f334ff

File tree

1 file changed

+1
-9
lines changed

1 file changed

+1
-9
lines changed

.github/workflows/update-cli.yml

Lines changed: 1 addition & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ jobs:
5353
if: steps.checkmarx-ast-cli.outputs.current_tag != steps.checkmarx-ast-cli.outputs.release_tag
5454
uses: peter-evans/create-pull-request@c5a7806660adbe173f04e3e038b0ccdcd758773c #v6
5555
with:
56-
token: ${{ secrets.OR_GITHUB_TOKEN }}
56+
token: ${{ secrets.AUTOMATION_TOKEN }}
5757
commit-message: Update checkmarx-ast-cli to ${{ steps.checkmarx-ast-cli.outputs.release_tag }}
5858
title: Update checkmarx-ast-cli binaries with ${{ steps.checkmarx-ast-cli.outputs.release_tag }}
5959
body: |
@@ -64,11 +64,3 @@ jobs:
6464
[1]: https://github.com/Checkmarx/checkmarx-ast-cli
6565
labels: cxone
6666
branch: feature/update_cli_${{ steps.checkmarx-ast-cli.outputs.release_tag }}
67-
68-
# - name: Enable Pull Request Automerge
69-
# if: ${{ github.event_name == 'repository_dispatch' && steps.cretae_pull_request.outputs.pull-request-operation == 'created' }}
70-
# uses: peter-evans/enable-pull-request-automerge@v3
71-
# with:
72-
# token: ${{ secrets.PERSONAL_ACCESS_TOKEN }}
73-
# pull-request-number: ${{ steps.cretae_pull_request.outputs.pull-request-number }}
74-
# merge-method: squash

0 commit comments

Comments
 (0)