Skip to content

Commit 894c0f6

Browse files
Add github token env var
1 parent 5bcd589 commit 894c0f6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -148,11 +148,11 @@ jobs:
148148
- name: Send a Notification
149149
id: notify
150150
env:
151-
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
151+
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
152152
uses: Checkmarx/plugins-release-workflow/.github/workflows/release-notify.yml@main
153153
with:
154154
product_name: CLI
155155
release_version: ${{ inputs.tag }}
156156
cli_release_version: ""
157157
release_author: "Phoenix Team"
158-
release_url: https://github.com/Checkmarx/ast-cli/releases/tag/${{ inputs.tag }}
158+
release_url: https://github.com/Checkmarx/ast-cli/releases/tag/${{ inputs.tag }}

0 commit comments

Comments
 (0)