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