Skip to content
This repository has been archived by the owner on Dec 18, 2018. It is now read-only.

Add helpful comments on where to find Slack/Airtable credentials #4

Open
wants to merge 3 commits into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions .env.example
Original file line number Diff line number Diff line change
@@ -1,4 +1,7 @@
# From legacy token page: https://api.slack.com/custom-integrations/legacy-tokens
SLACK_API_TOKEN=xoxp-_______________________________________________
# From account page: https://airtable.com/account
AIRTABLE_KEY=key______________
# From URL of your base: https://airtable.com/api
AIRTABLE_APP=app_____________
AIRTABLE_BASE="Channel List copy"
1 change: 1 addition & 0 deletions Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,3 +4,4 @@ source 'https://rubygems.org'
gemspec

gem 'rack'
gem 'rake'
2 changes: 1 addition & 1 deletion Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ DEPENDENCIES
minitest (~> 5.0)
prog-channels!
rack
rake (~> 10.0)
rake

BUNDLED WITH
1.14.6
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,9 @@ There's also a rake task that will simply run `bin/sync`:

rake prog:channels:sync

**Note:** Check out the comments in [`.env.example`](.env.example) for
details on where to get each credential for configuration.

## Testing

Integration tests essentially check that the tokens for Slack and for Airtable are set and are valid.
Expand Down