Skip to content

Commit 9d0ab2c

Browse files
authored
Apply suggestions from code review
1 parent 5da1088 commit 9d0ab2c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/hypernode-deploy/pipelines/github-actions.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,8 +28,8 @@ Now go to your GitHub project and go to **Settings -> Environments**.
2828

2929
1. Create a new environment called `production`, if it doesn't exist yet.
3030
1. Click the `production` environment and click `Add secret`.
31-
1. Set the name of the secret to `SSH_PRIVATE_KEY`.
32-
1. Set the value of the secret to the base64-encoded private key we generated earlier.
31+
1. Set the **Name** to `SSH_PRIVATE_KEY`.
32+
1. Set the **Value** to the base64-encoded private key we generated earlier.
3333
1. Click **Add secret**.
3434

3535
### Configuring the acceptance environment

0 commit comments

Comments
 (0)