Skip to content

Commit

Permalink
chore: uncomment maven signature (#70)
Browse files Browse the repository at this point in the history
  • Loading branch information
fern-support authored Oct 21, 2024
1 parent 53274a8 commit c889eed
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions fern/generators.yml
Original file line number Diff line number Diff line change
Expand Up @@ -60,10 +60,10 @@ groups:
coordinate: com.ssoready:ssoready-java-sdk
username: ${MAVEN_USERNAME}
password: ${MAVEN_PASSWORD}
# signature:
# keyId: ${MAVEN_CENTRAL_SECRET_KEY_KEY_ID}
# password: ${MAVEN_CENTRAL_SECRET_KEY_PASSWORD}
# secretKey: ${MAVEN_CENTRAL_SECRET_KEY}
signature:
keyId: ${MAVEN_CENTRAL_SECRET_KEY_KEY_ID}
password: ""
secretKey: ${MAVEN_CENTRAL_SECRET_KEY}
github:
repository: ssoready/ssoready-java
mode: pull-request
Expand Down

0 comments on commit c889eed

Please sign in to comment.