slack-ruby / slack-ruby-client

A Ruby and command-line client for the Slack Web, Real Time Messaging and Event APIs.
MIT License
1.19k stars 214 forks source link

chore: replace danger token due to rotation #437

Closed crazyoptimist closed 1 year ago

crazyoptimist commented 1 year ago

I suspect secrets.SLACK_API_TOKEN is also expired, seeing the failing test logs

crazyoptimist commented 1 year ago

Never mind, I'm wrong. It tries to find the token from my fork.

dangerpr-bot commented 1 year ago
1 Warning
:warning: Unless you're refactoring existing code or improving documentation, please update CHANGELOG.md.

Here's an example of a CHANGELOG.md entry:

* [#437](https://github.com/slack-ruby/slack-ruby-client/pull/437): Chore: replace danger token due to rotation - [@crazyoptimist](https://github.com/crazyoptimist).

Generated by :no_entry_sign: Danger

dblock commented 1 year ago

Never mind, I'm wrong. It tries to find the token from my fork.

Integration tests run on master here and have access to a token. We don't run those on PRs since they talk to actual Slack. You can configure a token on your fork if you want to enable actions there.