Skip to content

Commit

Permalink
Update params to the new API
Browse files Browse the repository at this point in the history
  • Loading branch information
aborgna-q committed Nov 19, 2024
1 parent 420d7b9 commit fc9d794
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions .github/workflows/notify-coverage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,8 @@ jobs:
- name: Send notification
uses: slackapi/[email protected]
with:
channel-id: 'C04SHCL4FKP'
slack-message: ${{ needs.coverage-trend.outputs.msg }}
env:
SLACK_BOT_TOKEN: ${{ secrets.SLACK_BOT_TOKEN }}
method: chat.postMessage
token: ${{ secrets.SLACK_BOT_TOKEN }}
payload: |
channel: 'C04SHCL4FKP'
text: ${{ needs.coverage-trend.outputs.msg }}

0 comments on commit fc9d794

Please sign in to comment.