Skip to content

Commit

Permalink
Try to fix slack integration
Browse files Browse the repository at this point in the history
  • Loading branch information
mtauraso committed Nov 18, 2024
1 parent 1861120 commit 91296cd
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,6 +40,7 @@ jobs:
uses: slackapi/[email protected]
with:
channel-id: 'C080P31B1L4' # #lf-resspect-ci channel in LSSTC slack workspace
token: ${{ secrets.SLACK_BOT_TOKEN }}
payload: |
{
"blocks": [
Expand Down Expand Up @@ -70,4 +71,4 @@ jobs:
]
}
env:
SLACK_BOT_TOKEN: ${{ secrets.SLACK_BOT_TOKEN }}
SLACK_BOT_TOKEN: ${{ secrets.SLACK_BOT_TOKEN }}

0 comments on commit 91296cd

Please sign in to comment.