Skip to content

Commit

Permalink
Try to fix slack integration part 6
Browse files Browse the repository at this point in the history
  • Loading branch information
mtauraso committed Nov 19, 2024
1 parent 8cb0944 commit 74c68c0
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/run-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,11 +40,12 @@ jobs:
uses: slackapi/slack-github-action@v2
with:
# #lf-resspect-ci channel in LSSTC slack workspace
channel: C080P31B1L4
method: chat.postMessage
token: ${{ secrets.SLACK_BOT_TOKEN }}
payload: |
{
"channel": "C080P31B1L4"
"text": "GitHub Action build result: *${{ job.status }}* :${{ job.status }}:"
"blocks": [
{
"type": "header",
Expand Down

0 comments on commit 74c68c0

Please sign in to comment.