Skip to content

Commit

Permalink
Merge pull request #31 from freenowtech/sergioasantiago-fix_ci
Browse files Browse the repository at this point in the history
Update mvn.yml to fix ci
  • Loading branch information
sergioasantiago authored Aug 12, 2024
2 parents 04797f4 + d1366a0 commit 997359f
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 997359f

Please sign in to comment.