-
Notifications
You must be signed in to change notification settings - Fork 197
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
a34e611
commit ee192ea
Showing
3 changed files
with
12 additions
and
24 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -2,7 +2,7 @@ name: 'Alpha Build' | |
|
||
on: | ||
push: | ||
branches: [v470/prev-sessions-view] | ||
branches: [v470/slack] | ||
|
||
jobs: | ||
build: | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,10 @@ | ||
# Testing Slack | ||
|
||
https://slack.dev/node-slack-sdk/tutorials/local-development | ||
|
||
## Using ngrok | ||
|
||
- Install ngrok: `brew install ngrok` | ||
- Setup token: login to https://dashboard.ngrok.com/get-started/setup and run the `ngrok authtoken XXX` command | ||
- Run ngrok and proxy to the locally running backend: `ngrok http 8081` | ||
- On slack, update the URL: https://api.slack.com/apps/A01G1U9DP17/interactive-messages? |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters