Skip to content

Commit

Permalink
fix(e2e-tests): update slack step with new 2.0.0 syntax
Browse files Browse the repository at this point in the history
  • Loading branch information
groovecoder committed Nov 18, 2024
1 parent a31f551 commit 304a436
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/playwright.yml
Original file line number Diff line number Diff line change
Expand Up @@ -83,6 +83,8 @@ jobs:
if: failure()
with:
# For posting a rich message using Block Kit
webhook: ${{ secrets.SLACK_GHA_FAILURES_WEBHOOK }}
webhook-type: incoming-webhook
payload: |
{
"blocks": [
Expand Down Expand Up @@ -124,6 +126,3 @@ jobs:
}
]
}
env:
SLACK_WEBHOOK_URL: ${{ secrets.SLACK_GHA_FAILURES_WEBHOOK }}
SLACK_WEBHOOK_TYPE: INCOMING_WEBHOOK

0 comments on commit 304a436

Please sign in to comment.