From 0cd372a6df8682111327896a964ca40bf66b87e6 Mon Sep 17 00:00:00 2001 From: Melissa DeLucchi <113376043+delucchi-cmu@users.noreply.github.com> Date: Thu, 12 Dec 2024 11:26:31 -0500 Subject: [PATCH] Update to PPT 2.0.5 - fixes slack notifications (#443) --- .copier-answers.yml | 2 +- .github/workflows/smoke-test.yml | 7 +++---- 2 files changed, 4 insertions(+), 5 deletions(-) diff --git a/.copier-answers.yml b/.copier-answers.yml index 08bdfcf1..b5702f5f 100644 --- a/.copier-answers.yml +++ b/.copier-answers.yml @@ -1,5 +1,5 @@ # Changes here will be overwritten by Copier -_commit: v2.0.4 +_commit: v2.0.5 _src_path: gh:lincc-frameworks/python-project-template author_email: lincc-frameworks-team@lists.lsst.org author_name: LINCC Frameworks diff --git a/.github/workflows/smoke-test.yml b/.github/workflows/smoke-test.yml index d9853e63..b4807f5a 100644 --- a/.github/workflows/smoke-test.yml +++ b/.github/workflows/smoke-test.yml @@ -46,6 +46,8 @@ jobs: uses: slackapi/slack-github-action@v2 with: # For posting a rich message using Block Kit + webhook: ${{ secrets.SLACK_WEBHOOK_URL }} + webhook-type: webhook-trigger payload: | { "blocks": [ @@ -74,7 +76,4 @@ jobs: } } ] - } - env: - SLACK_WEBHOOK_URL: ${{ secrets.SLACK_WEBHOOK_URL }} - SLACK_WEBHOOK_TYPE: INCOMING_WEBHOOK \ No newline at end of file + } \ No newline at end of file