File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 6262 if : steps.checkmarx-ast-cli.outputs.current_tag != steps.checkmarx-ast-cli.outputs.release_tag
6363 uses : peter-evans/create-pull-request@b1ddad2c994a25fbc81a28b3ec0e368bb2021c50 # v6
6464 with :
65- token : ${{ secrets.PERSONAL_ACCESS_TOKEN }}
65+ token : ${{ secrets.AUTOMATION_TOKEN }}
6666 commit-message : Update checkmarx-ast-cli to ${{ steps.checkmarx-ast-cli.outputs.release_tag }}
6767 title : Update checkmarx-ast-cli binaries with ${{ steps.checkmarx-ast-cli.outputs.release_tag }}
6868 body : |
7878 if : ${{ github.event_name == 'repository_dispatch' && steps.cretae_pull_request.outputs.pull-request-operation == 'created' }}
7979 uses : peter-evans/enable-pull-request-automerge@v3
8080 with :
81- token : ${{ secrets.PERSONAL_ACCESS_TOKEN }}
81+ token : ${{ secrets.AUTOMATION_TOKEN }}
8282 pull-request-number : ${{ steps.cretae_pull_request.outputs.pull-request-number }}
8383 merge-method : squash
You can’t perform that action at this time.
0 commit comments