Skip to content

Commit

Permalink
chore: attempt to fix slack webhook post on release (#2118)
Browse files Browse the repository at this point in the history
  • Loading branch information
markphelps authored Sep 13, 2023
1 parent 59440ac commit 5dec6b1
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -147,6 +147,7 @@ jobs:
GORELEASER_KEY: ${{ secrets.GORELEASER_KEY }}
GITHUB_TOKEN: ${{ steps.generate_token.outputs.token }}
ANALYTICS_KEY: ${{ secrets.ANALYTICS_KEY }}
SLACK_WEBHOOK: ${{ secrets.SLACK_WEBHOOK }}
DISCORD_WEBHOOK_ID: ${{ secrets.DISCORD_WEBHOOK_ID }}
DISCORD_WEBHOOK_TOKEN: ${{ secrets.DISCORD_WEBHOOK_TOKEN }}

Expand Down

0 comments on commit 5dec6b1

Please sign in to comment.