diff --git a/.github/workflows/maven-settings.xml b/.github/workflows/maven-settings.xml
index be0ea48..e38db2a 100644
--- a/.github/workflows/maven-settings.xml
+++ b/.github/workflows/maven-settings.xml
@@ -30,8 +30,8 @@
github
- ${env.USER_NAME}
- ${env.ACCESS_TOKEN}
+ NuwanJ
+ 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
diff --git a/.gitignore b/.gitignore
index 9aaf1f0..b2b3354 100644
--- a/.gitignore
+++ b/.gitignore
@@ -28,4 +28,5 @@ hs_err_pid*
.idea
.target
-/target
\ No newline at end of file
+/target
+settings.xml
diff --git a/README.md b/README.md
index bf4b84c..3fab9b2 100644
--- a/README.md
+++ b/README.md
@@ -26,12 +26,14 @@ channel="v1"
## Install the Library
-
+```xml
+
+ {GITHUB_USERNAME}
+ {GITHUB_TOKEN}
+
+```
- Run the following command to run the `mvn install`
diff --git a/pom.xml b/pom.xml
index 411f2f8..d87599a 100644
--- a/pom.xml
+++ b/pom.xml
@@ -8,11 +8,6 @@
java-robot-node
1.0-SNAPSHOT
-
- 8
- 8
-
-
github
@@ -21,6 +16,11 @@
+
+ 8
+ 8
+
+
pera.swarm
diff --git a/settings.xml b/settings.sample.xml
similarity index 92%
rename from settings.xml
rename to settings.sample.xml
index 7c35951..e7741aa 100644
--- a/settings.xml
+++ b/settings.sample.xml
@@ -30,6 +30,8 @@
github
+ {GITHUB_USERNAME}
+ {GITHUB_TOKEN}