Skip to content

Commit

Permalink
github: Define MAVEN_USERNAME and MAVEN_PASSWORD
Browse files Browse the repository at this point in the history
  • Loading branch information
bantu committed Feb 7, 2024
1 parent ba52c6e commit af1b49d
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/gradle-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,4 +23,6 @@ jobs:
with:
arguments: publish
env:
MAVEN_USERNAME: ${{ secrets.OSSRH_USERNAME }}
MAVEN_PASSWORD: ${{ secrets.OSSRH_TOKEN }}
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 comments on commit af1b49d

Please sign in to comment.