Skip to content

Commit

Permalink
Update mvn.yml to fix ci
Browse files Browse the repository at this point in the history
  • Loading branch information
sergioasantiago authored Aug 12, 2024
1 parent 04797f4 commit d1366a0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/mvn.yml
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ jobs:
ssh-private-key: ${{ secrets.FREE_NOW_GITHUB_PRIVATE_KEY }}
maven-project-folder: ${{ matrix.path }}
maven-repo-server-id: ossrh
maven-repo-server-username: ${{ secrets.FREE_NOW_GITHUB_USER }}
maven-repo-server-username: ${{ secrets.FREE_NOW_MAVEN_USERNAME }}
maven-repo-server-password: ${{ secrets.FREE_NOW_MAVEN_ACCESS_TOKEN }}
gpg-enabled: true
gpg-key-id: ${{ secrets.FREE_NOW_GPG_KEY_ID }}
Expand Down

0 comments on commit d1366a0

Please sign in to comment.