From 223837e89300830bcb1ba918ebb1f560e904e12f Mon Sep 17 00:00:00 2001 From: Melissa DeLucchi Date: Thu, 12 Dec 2024 10:45:07 -0500 Subject: [PATCH] Update to PPT 2.0.5 - fixes slack notifications --- .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