From cb0fc1673ac5c8ca6f89c4b249cd5c54a93d8ee8 Mon Sep 17 00:00:00 2001 From: Matt Jones Date: Mon, 14 Oct 2024 12:33:50 -0500 Subject: [PATCH] chore: attemping to publish package --- .github/workflows/publish-package.yml | 2 +- README.md | 2 +- pom.xml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) 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