From f99ef80a652ba2b8975ca79bc1d311cd1fd15035 Mon Sep 17 00:00:00 2001 From: Melissa DeLucchi <113376043+delucchi-cmu@users.noreply.github.com> Date: Thu, 12 Dec 2024 11:26:43 -0500 Subject: [PATCH] Update to PPT 2.0.5 - fixes slack notifications (#457) --- .copier-answers.yml | 2 +- .github/workflows/smoke-test.yml | 5 ++--- 2 files changed, 3 insertions(+), 4 deletions(-) diff --git a/.copier-answers.yml b/.copier-answers.yml index 6e74034..a122a6f 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 935440c..53911f6 100644 --- a/.github/workflows/smoke-test.yml +++ b/.github/workflows/smoke-test.yml @@ -43,6 +43,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": [ @@ -72,6 +74,3 @@ jobs: } ] } - env: - SLACK_WEBHOOK_URL: ${{ secrets.SLACK_WEBHOOK_URL }} - SLACK_WEBHOOK_TYPE: INCOMING_WEBHOOK