mirror of
https://github.com/goreleaser/goreleaser.git
synced 2025-03-17 20:47:50 +02:00
chore: announce goreleaser releases to mastodon (#3569)
actually announce goreleaser releases to mastodon as well :) Signed-off-by: Carlos A Becker <caarlos0@users.noreply.github.com>
This commit is contained in:
parent
ad502829b6
commit
59138b43ce
3
.github/workflows/release.yml
vendored
3
.github/workflows/release.yml
vendored
@ -97,6 +97,9 @@ jobs:
|
||||
TWITTER_CONSUMER_SECRET: ${{ secrets.TWITTER_CONSUMER_SECRET }}
|
||||
TWITTER_ACCESS_TOKEN: ${{ secrets.TWITTER_ACCESS_TOKEN }}
|
||||
TWITTER_ACCESS_TOKEN_SECRET: ${{ secrets.TWITTER_ACCESS_TOKEN_SECRET }}
|
||||
MASTODON_CLIENT_ID: ${{ secrets.MASTODON_CLIENT_ID }}
|
||||
MASTODON_CLIENT_SECRET: ${{ secrets.MASTODON_CLIENT_SECRET }}
|
||||
MASTODON_ACCESS_TOKEN: ${{ secrets.MASTODON_ACCESS_TOKEN }}
|
||||
COSIGN_PWD: ${{ secrets.COSIGN_PWD }}
|
||||
FURY_TOKEN: ${{ secrets.FURY_TOKEN }}
|
||||
DISCORD_WEBHOOK_ID: ${{ secrets.DISCORD_WEBHOOK_ID }}
|
||||
|
@ -317,6 +317,11 @@ announce:
|
||||
enabled: true
|
||||
message_template: 'GoReleaser {{ .Tag }} is out! Check it out: https://github.com/goreleaser/goreleaser/releases/tag/{{ .Tag }}'
|
||||
|
||||
mastodon:
|
||||
enabled: true
|
||||
message_template: '#GoReleaser {{ .Tag }} is out! Check it out: https://github.com/goreleaser/goreleaser/releases/tag/{{ .Tag }}'
|
||||
server: https://mastodon.social
|
||||
|
||||
discord:
|
||||
enabled: true
|
||||
message_template: 'GoReleaser {{ .Tag }} is out! Check it out: https://github.com/goreleaser/goreleaser/releases/tag/{{ .Tag }}'
|
||||
|
Loading…
x
Reference in New Issue
Block a user