mirror of
https://github.com/System-End/hackatime.git
synced 2026-04-19 22:15:14 +00:00
3 lines
118 B
Ruby
3 lines
118 B
Ruby
Slack.configure do |config|
|
|
config.token = ENV["SLACK_BOT_OAUTH_TOKEN"] # Using the existing env variable name
|
|
end
|