From 5d9455c328cc37c4f370aba5393c9bd771a050d1 Mon Sep 17 00:00:00 2001 From: Melissa DeLucchi <113376043+delucchi-cmu@users.noreply.github.com> Date: Mon, 9 Dec 2024 10:55:20 -0500 Subject: [PATCH] Update slack weboook config. --- .github/workflows/smoke-test.yml | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) 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