我尝试使用以下配置为Appveyor的私人频道设置 Slash 通知( xxxxxx是我在此处加密的令牌):
notifications:
- provider: Slack
channel: dev
auth_token:
secure: xxxxxx
我的Appveyor 构建显示以下错误:
Error sending Slack notification: Error sending Slack message: channel_not_found
使用以下 URL 测试 Slash api 时,它可以工作:https ://slack.com/api/chat.postMessage?token=xxxxxx&channel=dev&text=hello&pretty=1 (其中xxxxxx是我的未加密令牌)。
如果频道不是私有的,它也可以工作。