Skip to content

Commit

Permalink
make goreleaser send slack notifications
Browse files Browse the repository at this point in the history
  • Loading branch information
pmenglund committed Nov 10, 2023
1 parent e445626 commit cfaeeba
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -49,3 +49,4 @@ jobs:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
HOMEBREW_GITHUB_AUTH_TOKEN: ${{ secrets.HOMEBREW_GITHUB_AUTH_TOKEN }}
SENTRY_DSN: ${{ secrets.SENTRY_DSN }}
SLACK_WEBHOOK: ${{ secrets.SLACK_WEBHOOK }}
6 changes: 6 additions & 0 deletions .goreleaser.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -49,3 +49,9 @@ brews:
name: homebrew-cli
branch: main
token: "{{ .Env.HOMEBREW_GITHUB_AUTH_TOKEN }}"

announce:
slack:
enabled: true
channel: '#developer-workflow'
icon_emoji: ':rockset:'

0 comments on commit cfaeeba

Please sign in to comment.