You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -40,7 +40,7 @@
40
40
41
41
1. If you are a developer at Automattic:
42
42
1. Make sure you have `git-crypt` installed (`brew install git-crypt`)
43
-
1. Search for"WooCommerce Android git-crypt encryption key"in our Secret Store, and copy the Base64 value in your clipboard
43
+
1. Open [the"WooCommerce Android git-crypt encryption key"entry in our Secret Store](https://mc.a8c.com/secret-store/?secret_id=13697), and copy the Base64 value in your clipboard
44
44
1. Run `pbpaste | base64 -d | git-crypt unlock -` to decrypt the encrypted files (including `secrets.properties` and `WooCommerce/google-services.json`)
45
45
1. If you are an external contributor:
46
46
1. Generate developer OAuth2 tokens. See the [OAuth2 Authentication](docs/project-overview.md#oauth2-authentication) section for details.
0 commit comments