I recently integrated slackapi/slack-github-action@* into our GitHub workflow configuration to receive Slack notifications. Although the workflow ran successfully, it did not post any messages to the Slack channel. Upon further investigation, we discovered that the action was not correctly authenticating the token. Instead, it was simply expecting a token string and, despite the authentication failure, marked the job as successful.
I recently integrated slackapi/slack-github-action@* into our GitHub workflow configuration to receive Slack notifications. Although the workflow ran successfully, it did not post any messages to the Slack channel. Upon further investigation, we discovered that the action was not correctly authenticating the token. Instead, it was simply expecting a token string and, despite the authentication failure, marked the job as successful.