From 051b1624267be37ac56cd8068cc30169f04d6571 Mon Sep 17 00:00:00 2001
From: Henrik Henriksson <henrik.henriksson@liu.se>
Date: Thu, 15 Apr 2021 12:54:38 +0000
Subject: [PATCH] Update info on where the token can be found

---
 README.md | 5 ++++-
 1 file changed, 4 insertions(+), 1 deletion(-)

diff --git a/README.md b/README.md
index 4ac2c3d..367ef9a 100644
--- a/README.md
+++ b/README.md
@@ -28,12 +28,15 @@ order to get the full information. There are a few things listed here:
   cluster controller.
 * **CA Certificate** - A certificate to verify that you are talking to
   the correct cluster.
-* **Service Token** - A token that authenticates you to the cluster.
 * **Project namespace** - The namespace you are granted access to.
 
 Take note of these parameters and keep the browser window open, we
 will use them later.
 
+In addition, you will need a **Token** to authenticate to the cluster. This token can be found in 
+`Settings -> CI/CD -> Variables` in your project. If you press the 'pen' you can copy the token. 
+You will need this later.
+
 ## Install and configure `kubectl`
 
 If you are running on a Linux lab workstation on campus or via
-- 
GitLab