Skip to content

Commit

Permalink
status update, #169
Browse files Browse the repository at this point in the history
  • Loading branch information
SimonLab committed Jan 8, 2018
1 parent 5fb62e5 commit 3e55313
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,11 +6,14 @@
[![codecov](https://codecov.io/gh/dwyl/dwylbot/branch/master/graph/badge.svg)](https://codecov.io/gh/dwyl/dwylbot)
[![Discuss](https://img.shields.io/badge/discuss-with%20us-brightgreen.svg?style=flat)](https:/dwyl/dwylbot/issues "Discuss your ideas/suggestions with us!")

**We are currently updating the documentation and the Readme of this project. All the open PRs will be reviewed soon. However if you have any questions or want to contribute to `dwylobt` don't hesitate to open a new issue!**

_**Automating** our **GitHub workflow** to `.reduce` the number of **clicks**
the **people** need to **perform** <br />
to get their work `done` and **help everyone communicate better**
with team members_. <br />


## _Prerequisite to Understanding `dwylbot`_

The purpose of `dwylbot` will remain _unclear_
Expand Down Expand Up @@ -204,7 +207,7 @@ The `dwylbot` server will receive events from Github, filter and identify this e
# SECRET_KEY_BASE is required for Auth Cookie:
export SECRET_KEY_BASE=MustBeA64ByteStringProbablyBestToGenerateUsingCryptoOrJustUseThisWithSomeRandomDigitsOnTheEnd1234567890
```
You can found the value of ```GITHUB_APP_ID``` and ```GITHUB_APP_NAME``` on the `About` and `Basic information` sections.
You can found the value of ```GITHUB_APP_ID``` and ```GITHUB_APP_NAME``` on the `About` and `Basic information` sections.
The private key is the key generated when you've crated the Gitub app.
You can generate a new secrete key base with ```mix phoenix.gen.secret```.

Expand Down

0 comments on commit 3e55313

Please sign in to comment.