Skip to content

Commit

Permalink
Fix notify-slack-failure job in workflow, adding missing method (apac…
Browse files Browse the repository at this point in the history
  • Loading branch information
gopidesupavan authored Dec 15, 2024
1 parent c77c7f0 commit a4a5864
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -746,6 +746,7 @@ jobs:
id: slack
uses: slackapi/slack-github-action@485a9d42d3a73031f12ec201c457e2162c45d02d # v2.0.0
with:
method: chat.postMessage
token: ${{ env.SLACK_BOT_TOKEN }}
# yamllint disable rule:line-length
payload: |
Expand Down

0 comments on commit a4a5864

Please sign in to comment.