Reputation: 543
I have been using sonots/slack-notice-action@v3
for posting slack notification with github actions workflow. But recently while posting the notification the workflow shows An HTTP protocol error occurred: statusCode = 400
.
I could not find anything useful online so posted here. Can anyone help me on this?
Upvotes: 0
Views: 562
Reputation: 36
You need to generate a new webhook for slack channel. The older one is expired. I stumbled upon a same issue few months ago.
Upvotes: 1