slack-samples / bolt-js-custom-step-template

A template for building automations with Bolt for JavaScript
MIT License
3 stars 1 forks source link

feat(deps): remove the dotenv configurations for environment variables #25

Closed zimeg closed 6 months ago

zimeg commented 6 months ago

Type of change

Summary

This PR removes dotenv from the list of dependencies since the required environment variables SLACK_APP_TOKEN and SLACK_BOT_TOKEN are injected into the CLI run process on install.

Requirements

zimeg commented 6 months ago

@seratch sweet 🙌 Always open to reintroducing dotenv if other environment variables are needed in the future, but ready to merge this as is 🪓