Skip to content

Commit

Permalink
Update to PPT 2.0.5 - fixes slack notifications (#457)
Browse files Browse the repository at this point in the history
  • Loading branch information
delucchi-cmu authored Dec 12, 2024
1 parent 33aeacd commit f99ef80
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .copier-answers.yml
Original file line number Diff line number Diff line change
@@ -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: [email protected]
author_name: LINCC Frameworks
Expand Down
5 changes: 2 additions & 3 deletions .github/workflows/smoke-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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": [
Expand Down Expand Up @@ -72,6 +74,3 @@ jobs:
}
]
}
env:
SLACK_WEBHOOK_URL: ${{ secrets.SLACK_WEBHOOK_URL }}
SLACK_WEBHOOK_TYPE: INCOMING_WEBHOOK

0 comments on commit f99ef80

Please sign in to comment.