We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 29a5b8d commit 19621a7Copy full SHA for 19621a7
docs/SFDX Auth URLs & Encryption.md
@@ -9,5 +9,5 @@ To generate age private and public keys, please follow these steps:
9
1. Generate the public and private key:
10
- `age-keygen -o key.txt`
11
1. Copy the public key that is printed in your terminal and replace the old public key with the new public key in the `auth/public-key.txt` file
12
-1. Replace the value of the `SFDX_AUTH_SECRET_KEY` GitHub Action secret with the contents of the `key.txt` file you created in the first step
13
-1. Securely remove the `key.txt` file you created in the first step from your machine
+1. Create or replace the value of the `SFDX_AUTH_SECRET_KEY` GitHub Action secret with the contents of the `key.txt` file you created in the first step
+1. Securely remove the `key.txt` file you created in the first step from your machine
0 commit comments