Skip to content

Commit 169db20

Browse files
authored
chore: add java sdk signing information
1 parent 0430954 commit 169db20

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

fern/generators.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,9 +45,12 @@ groups:
4545
coordinate: io.intercom:intercom-java
4646
username: ${MAVEN_USERNAME}
4747
password: ${MAVEN_PASSWORD}
48+
signature:
49+
keyId: ${MAVEN_SIGNING_KEY_ID}
50+
password: ${MAVEN_SIGNING_PASSWORD}
51+
secretKey: ${MAVEN_SIGNING_KEY}
4852
github:
4953
repository: intercom/intercom-java
50-
mode: pull-request
5154
config:
5255
enable-inline-types: true
5356
client-class-name: Intercom

0 commit comments

Comments
 (0)