diff --git a/.github/workflows/publish-package.yml b/.github/workflows/publish-package.yml
index 0213b8f..35d58b0 100644
--- a/.github/workflows/publish-package.yml
+++ b/.github/workflows/publish-package.yml
@@ -17,4 +17,4 @@ jobs:
- name: Publish package
run: mvn --batch-mode deploy -Dmaven.test.skip=true
env:
- GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
\ No newline at end of file
+ GITHUB_TOKEN: ${{ secrets.GH_PAT_FOR_ACTIONS_TOKEN }}
\ No newline at end of file
diff --git a/README.md b/README.md
index a775a5c..368bca8 100644
--- a/README.md
+++ b/README.md
@@ -63,7 +63,7 @@ EcoNetAPI.getInstance(email, password).fetchUserData().ifPresent(userData -> {
1. Create an `application.properties` file in `/src/test/resources/application.properties`
2. Add your email into the file like `econet_email=[EMAIL]`
3. Add your password into the file like `econet_password=[ACCOUNT_PASSWORD]`
-4Run
+4. Run
## Installing
diff --git a/pom.xml b/pom.xml
index d3c58b0..12c6cc2 100644
--- a/pom.xml
+++ b/pom.xml
@@ -4,7 +4,7 @@
com.bigboxer23
EcoNetAPI-java
- 1.0.1
+ 1.0.2
econet-java
https://github.com/bigboxer23/econetapi-java