Skip to content

Commit

Permalink
OSSRH_USERNAME -> JIRA_USER
Browse files Browse the repository at this point in the history
  • Loading branch information
nalbion authored Aug 31, 2023
1 parent 9c2f3e2 commit 16f3ce0
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -433,8 +433,10 @@ jobs:
arguments: publish
build-root-directory: bindings/java
env:
MAVEN_USERNAME: ${{ secrets.OSSRH_USERNAME }}
MAVEN_PASSWORD: ${{ secrets.OSSRH_TOKEN }}
MAVEN_USERNAME: ${{ secrets.JIRA_USER }}
MAVEN_PASSWORD: ${{ secrets.JIRA_PASS }}
# MAVEN_USERNAME: ${{ secrets.OSSRH_USERNAME }}
# MAVEN_PASSWORD: ${{ secrets.OSSRH_TOKEN }}

quantize:
runs-on: ubuntu-latest
Expand Down

0 comments on commit 16f3ce0

Please sign in to comment.