From c969e3bd790f8408870b0e1f0c01a12723a13f91 Mon Sep 17 00:00:00 2001 From: TheiLLeniumStudios <104288623+TheiLLeniumStudios@users.noreply.github.com> Date: Tue, 7 Feb 2023 08:44:45 +0000 Subject: [PATCH] Update --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index f21b464..c44b3d3 100644 --- a/README.md +++ b/README.md @@ -95,7 +95,7 @@ Following are the secrets that you need to configure in that section: | SSH_HOST | IP of your server which you use to login to your server (RDP or SSH) | | SSH_PASSWORD | Password for your user that you use to login to your server (RDP or SSH) (Not required when using SSH_KEY) | | SSH_KEY | Set this in case you are using Key based authentication. (Not required when using SSH_PASSWORD) | -| RCON_PASSWORD | Password that you have set in yout server.cfg using `rcon_password` | +| RCON_PASSWORD | Password that you have set in your server.cfg using `rcon_password` | - For every secret mentioned in the table above, click on `New Repository Secret` and add it - The `Name` field should have exactly the name of the secret from the table, for example `SSH_HOST`.