Skip to content

Commit 9c7757b

Browse files
AST-12047 - Fixing our code vulnerabilities | Java wrapper and javascript wrapper
- Fix kics vulnerability
1 parent 4923c82 commit 9c7757b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ jobs:
3232
distribution: 'temurin'
3333
server-id: ossrh
3434
server-username: MAVEN_USERNAME
35-
server-password: MAVEN_PASSWORD
35+
server-password: ${{ secrets.OSSRH_TOKEN }}
3636
gpg-private-key: ${{ secrets.MAVEN_GPG_PRIVATE_KEY }}
3737
gpg-passphrase: MAVEN_GPG_PASSPHRASE
3838

0 commit comments

Comments
 (0)