Skip to content

Commit 8ddf23d

Browse files
push new cli
1 parent 215eefe commit 8ddf23d

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/update-cli.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -53,6 +53,10 @@ jobs:
5353
git add .gitattributes
5454
git add src/main/wrapper/resources/cx-linux src/main/wrapper/resources/cx.exe src/main/wrapper/resources/cx-mac
5555
git commit -m "Track Checkmarx CLI binaries with Git LFS"
56+
git push origin HEAD:${{ github.ref_name }}
57+
env:
58+
GITHUB_TOKEN: ${{ secrets.AUTOMATION_TOKEN }}
59+
5660

5761
# - name: Create Pull Request
5862
# id: cretae_pull_request

0 commit comments

Comments
 (0)