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 215eefe commit 8ddf23dCopy full SHA for 8ddf23d
.github/workflows/update-cli.yml
@@ -53,6 +53,10 @@ jobs:
53
git add .gitattributes
54
git add src/main/wrapper/resources/cx-linux src/main/wrapper/resources/cx.exe src/main/wrapper/resources/cx-mac
55
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
+
60
61
# - name: Create Pull Request
62
# id: cretae_pull_request
0 commit comments