File tree Expand file tree Collapse file tree 2 files changed +5
-0
lines changed Expand file tree Collapse file tree 2 files changed +5
-0
lines changed Original file line number Diff line number Diff line change @@ -7,6 +7,8 @@ LICENSE.md
7
7
src/main/java/com/merge/api/core/MergeApiApiError.java
8
8
src/main/java/com/merge/legacy
9
9
10
+ .github/workflows/ci.yml
11
+
10
12
# Fern is working on a fix to our code, which will automatically handle the logic we
11
13
# added to QueryStringMapper.java. Once that is fixed, we can remove this file from
12
14
# .fernignore.
Original file line number Diff line number Diff line change 66
66
MAVEN_SIGNATURE_KID : ${{ secrets.MAVEN_SIGNATURE_KID }}
67
67
MAVEN_SIGNATURE_SECRET_KEY : ${{ secrets.MAVEN_SIGNATURE_SECRET_KEY }}
68
68
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
+
You can’t perform that action at this time.
0 commit comments