Skip to content

Commit 3ba1cd0

Browse files
asafs932fireblocks_dx_team
andauthored
Generated SDK for version COR-46191/fix_pipelines (#24)
Co-authored-by: fireblocks_dx_team <[email protected]>
1 parent e79f51d commit 3ba1cd0

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

.github/workflows/publish-maven.yml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,10 +16,14 @@ jobs:
1616
with:
1717
java-version: '11'
1818
distribution: 'temurin'
19+
server-id: ossrh
20+
server-username: MAVEN_USERNAME
21+
server-password: MAVEN_PASSWORD
1922
- name: Configure GPG Key
2023
run: |
2124
echo -n "${{ secrets.GPG_SIGNING_KEY }}" | base64 --decode | gpg --import --batch
2225
- name: Publish package
2326
run: mvn --batch-mode deploy -Dgpg.passphrase='${{ secrets.GPG_PASSWORD }}'
2427
env:
25-
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
28+
MAVEN_USERNAME: ${{ secrets.MAVEN_OSSRH_USERNAME }}
29+
MAVEN_PASSWORD: ${{ secrets.MAVEN_OSSRH_TOKEN }}

0 commit comments

Comments
 (0)