mirror of https://github.com/daffainfo/nuclei.git
Added release announce automation
parent
3193bf8f94
commit
de00155bb6
|
@ -24,4 +24,5 @@ jobs:
|
|||
version: latest
|
||||
workdir: v2/
|
||||
env:
|
||||
GITHUB_TOKEN: "${{ secrets.GITHUB_TOKEN }}"
|
||||
GITHUB_TOKEN: "${{ secrets.GITHUB_TOKEN }}"
|
||||
SLACK_WEBHOOK: "${{ secrets.RELEASE_SLACK_WEBHOOK }}"
|
|
@ -48,3 +48,10 @@ archives:
|
|||
|
||||
checksum:
|
||||
algorithm: sha256
|
||||
|
||||
announce:
|
||||
slack:
|
||||
enabled: true
|
||||
channel: '#release'
|
||||
username: GoReleaser
|
||||
message_template: '{{ .ProjectName }} {{ .Tag }} is out! Check it out at {{ .ReleaseURL }}'
|
||||
|
|
Loading…
Reference in New Issue