Closed allaire closed 9 years ago
Interesting. Working on a fix. Do you happen to know of a link/doc that describes the change?
Not sure if it's a change per se, but if you go to the webhook integration page, there is no mention of any "token". Just the URL
@allaire Just pushed a new version to rubygems. Would you mind reading over this section in the README to see if it works better?
@phallstrom Much better! Just tried the new updated version and worked perfectly.
Thanks for the quick help!
Hi, looks like Slack use a different webhook url compared to the team's url that is used in the code.
https://hooks.slack.com/services/SOME_ID/SOME_ID/SLACK_TOKEN
It was not obvious to figure out that the last parameter was the slack token. Maybe we should clear that in the readme?
Thanks!