From 6f58a296274736b155679e901b94592429d534a7 Mon Sep 17 00:00:00 2001 From: Dominic Date: Thu, 1 Aug 2024 20:30:43 +0100 Subject: [PATCH] Update README.md Signed-off-by: Dominic --- README.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 3132cbc1..6b21f843 100644 --- a/README.md +++ b/README.md @@ -49,7 +49,10 @@ jobs: exposed_port: '5000' github_token: ${{ secrets.GITHUB_TOKEN }} ``` -**NOTE: your SERVER_PORT must be port 22** +**NOTE** +1. Your SERVER_PORT must be port 22 +2. Github token is autogenerated, please do not declare it. + ## For Contributors ### Overview