Skip to content

Commit

Permalink
chore: attemping to publish package
Browse files Browse the repository at this point in the history
  • Loading branch information
bigboxer23 committed Oct 14, 2024
1 parent 169f647 commit cb0fc16
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/publish-package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,4 +17,4 @@ jobs:
- name: Publish package
run: mvn --batch-mode deploy -Dmaven.test.skip=true
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
GITHUB_TOKEN: ${{ secrets.GH_PAT_FOR_ACTIONS_TOKEN }}
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

<groupId>com.bigboxer23</groupId>
<artifactId>EcoNetAPI-java</artifactId>
<version>1.0.1</version>
<version>1.0.2</version>

<name>econet-java</name>
<url>https://github.com/bigboxer23/econetapi-java</url>
Expand Down

0 comments on commit cb0fc16

Please sign in to comment.