Skip to content

Commit

Permalink
fix([DST-651]): adjust release action for slack notification (#4398)
Browse files Browse the repository at this point in the history
Co-authored-by: Sebastian Sebald <sebastian.sebald@reservix.de>
  • Loading branch information
sarahgm and sebald authored Jan 22, 2025
1 parent ff2ba5a commit 23ad4e0
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,9 +45,8 @@ jobs:
uses: slackapi/slack-github-action@v2.0.0
with:
payload-file-path: './slack-notification.json'
env:
SLACK_WEBHOOK_URL: ${{ secrets.SLACK_HOOK }}
SLACK_WEBHOOK_TYPE: INCOMING_WEBHOOK
webhook: ${{ secrets.SLACK_HOOK }}
webhook-type: webhook-trigger

# We use the "docs" branch for the production build on vercel
- name: Updating "docs" branch
Expand Down

0 comments on commit 23ad4e0

Please sign in to comment.