Skip to content

Commit 2b84568

Browse files
try adding env vars to ci publish job
1 parent e70f042 commit 2b84568

File tree

2 files changed

+5
-0
lines changed

2 files changed

+5
-0
lines changed

.fernignore

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,8 @@ LICENSE.md
77
src/main/java/com/merge/api/core/MergeApiApiError.java
88
src/main/java/com/merge/legacy
99

10+
.github/workflows/ci.yml
11+
1012
# Fern is working on a fix to our code, which will automatically handle the logic we
1113
# added to QueryStringMapper.java. Once that is fixed, we can remove this file from
1214
# .fernignore.

.github/workflows/ci.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -66,3 +66,6 @@ jobs:
6666
MAVEN_SIGNATURE_KID: ${{ secrets.MAVEN_SIGNATURE_KID }}
6767
MAVEN_SIGNATURE_SECRET_KEY: ${{ secrets.MAVEN_SIGNATURE_SECRET_KEY }}
6868
MAVEN_SIGNATURE_PASSWORD: ${{ secrets.MAVEN_SIGNATURE_PASSWORD }}
69+
MERGE_API_KEY_FILESTORAGE: ${{ secrets.MERGE_API_KEY_FILESTORAGE }}
70+
MERGE_ACCOUNT_TOKEN_FILESTORAGE: ${{ secrets.MERGE_ACCOUNT_TOKEN_FILESTORAGE }}
71+

0 commit comments

Comments
 (0)