diff --git a/.github/workflows/smoke-test.yml b/.github/workflows/smoke-test.yml index 85216ed..482f4b5 100644 --- a/.github/workflows/smoke-test.yml +++ b/.github/workflows/smoke-test.yml @@ -51,6 +51,8 @@ jobs: id: slack uses: slackapi/slack-github-action@v2 with: + webhook: ${{ secrets.SLACK_WEBHOOK_URL }} + webhook-type: webhook-trigger # For posting a rich message using Block Kit payload: | { @@ -81,6 +83,3 @@ jobs: } ] } - env: - SLACK_WEBHOOK_URL: ${{ secrets.SLACK_WEBHOOK_URL }} - SLACK_WEBHOOK_TYPE: INCOMING_WEBHOOK \ No newline at end of file