mirror of
https://github.com/projectdiscovery/nuclei.git
synced 2025-12-17 21:55:26 +00:00
Added release announcement to discord server (#3120)
This commit is contained in:
parent
b6ec247701
commit
f69b42b8da
2
.github/workflows/release-binary.yml
vendored
2
.github/workflows/release-binary.yml
vendored
@ -27,3 +27,5 @@ jobs:
|
||||
env:
|
||||
GITHUB_TOKEN: "${{ secrets.GITHUB_TOKEN }}"
|
||||
SLACK_WEBHOOK: "${{ secrets.RELEASE_SLACK_WEBHOOK }}"
|
||||
DISCORD_WEBHOOK_ID: "${{ secrets.DISCORD_WEBHOOK_ID }}"
|
||||
DISCORD_WEBHOOK_TOKEN: "${{ secrets.DISCORD_WEBHOOK_TOKEN }}"
|
||||
@ -54,4 +54,8 @@ announce:
|
||||
enabled: true
|
||||
channel: '#release'
|
||||
username: GoReleaser
|
||||
message_template: '{{ .ProjectName }} {{ .Tag }} is out! Check it out at {{ .ReleaseURL }}'
|
||||
message_template: '**New Release: {{ .ProjectName }} {{.Tag}}** is published! Check it out at {{ .ReleaseURL }}'
|
||||
|
||||
discord:
|
||||
enabled: true
|
||||
message_template: '**New Release: {{ .ProjectName }} {{.Tag}}** is published! Check it out at {{ .ReleaseURL }}'
|
||||
Loading…
x
Reference in New Issue
Block a user