trellish 0.0.14 → 0.0.15
Sign up to get free protection for your applications and to get access to all the features.
- data/lib/trellish/version.rb +1 -1
- data/trellish.example.yml +3 -3
- metadata +1 -1
data/lib/trellish/version.rb
CHANGED
data/trellish.example.yml
CHANGED
@@ -1,12 +1,12 @@
|
|
1
1
|
# Sign in to Trello and go here https://trello.com/1/appKey/generate.
|
2
|
-
# Copy "Key" from that page to
|
2
|
+
# Copy "Key" from that page to trello_api_key.
|
3
3
|
trello_api_key: numbers_and_letters_and_stuff
|
4
4
|
|
5
|
-
# Copy "Secret (for OAuth signing)" from that page to
|
5
|
+
# Copy "Secret (for OAuth signing)" from that page to trello_oauth_secret.
|
6
6
|
trello_oauth_secret: numbers_and_letters_and_stuff
|
7
7
|
|
8
8
|
# Visit
|
9
|
-
# http://trello.com/1/
|
9
|
+
# http://trello.com/1/authorize?key=TRELLO_API_KEY_FROM_ABOVE&name=Trellish&response_type=token&scope=read,write&expiration=never
|
10
10
|
# and copy the token to trello_oauth_token here.
|
11
11
|
trello_oauth_token: numbers_and_letters_and_stuff
|
12
12
|
|