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 5da1088 commit 9d0ab2cCopy full SHA for 9d0ab2c
docs/hypernode-deploy/pipelines/github-actions.md
@@ -28,8 +28,8 @@ Now go to your GitHub project and go to **Settings -> Environments**.
28
29
1. Create a new environment called `production`, if it doesn't exist yet.
30
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.
+1. Set the **Name** to `SSH_PRIVATE_KEY`.
+1. Set the **Value** to the base64-encoded private key we generated earlier.
33
1. Click **Add secret**.
34
35
### Configuring the acceptance environment
0 commit comments