File tree Expand file tree Collapse file tree 1 file changed +2
-3
lines changed Expand file tree Collapse file tree 1 file changed +2
-3
lines changed Original file line number Diff line number Diff line change @@ -16,8 +16,7 @@ If you haven't done so already, initialize your local keychain by running:
16
16
yarn app-config secrets init
17
17
```
18
18
19
- In order to trust yourself to this project, you can export your public certificate by running:
20
- In order to trust yourself in this project, run:
19
+ To trust yourself in this project, you can export your public certificate by running:
21
20
22
21
```
23
22
yarn app-config secrets export my_public_key.asc
@@ -28,7 +27,7 @@ APP_CONFIG_SECRETS_KEY=`cat ci.asc` yarn app-config secrets trust my_public_key.
28
27
More on trusting users [ here] ( https://app-config.dev/guide/intro/encryption.html#trusting-users ) .
29
28
30
29
** NOTE:**
31
- We're using the variable ` APP_CONFIG_SECRETS_KEY ` in order to authorize your key in this repo.
30
+ We're using the variable ` APP_CONFIG_SECRETS_KEY ` to authorize your key in this repo.
32
31
[ More info here] ( https://app-config.dev/guide/intro/encryption.html#ci-automation ) .
33
32
34
33
---
You can’t perform that action at this time.
0 commit comments