Skip to content

Commit 19621a7

Browse files
authored
Update SFDX Auth URLs & Encryption.md
1 parent 29a5b8d commit 19621a7

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/SFDX Auth URLs & Encryption.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,5 +9,5 @@ To generate age private and public keys, please follow these steps:
99
1. Generate the public and private key:
1010
- `age-keygen -o key.txt`
1111
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
12+
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
13+
1. Securely remove the `key.txt` file you created in the first step from your machine

0 commit comments

Comments
 (0)