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 5bcd589 commit 894c0f6Copy full SHA for 894c0f6
.github/workflows/release.yml
@@ -148,11 +148,11 @@ jobs:
148
- name: Send a Notification
149
id: notify
150
env:
151
- GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
+ GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
152
uses: Checkmarx/plugins-release-workflow/.github/workflows/release-notify.yml@main
153
with:
154
product_name: CLI
155
release_version: ${{ inputs.tag }}
156
cli_release_version: ""
157
release_author: "Phoenix Team"
158
- release_url: https://github.com/Checkmarx/ast-cli/releases/tag/${{ inputs.tag }}
+ release_url: https://github.com/Checkmarx/ast-cli/releases/tag/${{ inputs.tag }}
0 commit comments