We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b515cd6 commit 95f5cf7Copy full SHA for 95f5cf7
1 file changed
docs/INSTALLING.md
@@ -36,6 +36,10 @@ This file places environment variables on separate lines, prepended with `export
36
>
37
> Your `dev.exs` has some sane defaults of `postgres`, `postgres`, and `localhost`, respectively.
38
39
+> You might want to add `GITHUB_TEST_APP_PEM` to your .env in order test suit to pass locally
40
+> 1. Generate rsa private key (or get one from here http://phpseclib.sourceforge.net/rsa/examples.html)
41
+> 2. base64 encode this key (f.e. in `iex> Base.encode64(your_private_rsa_key`))
42
+
43
Now, you can source the `.env`:
44
45
```shell
0 commit comments