Skip to content

Commit 616a571

Browse files
authored
chore: add INTERCOM_API_KEY to intercom-java (#327)
* chore: add `INTERCOM_API_KEY` to `intercom-java` * Update .fernignore
1 parent d8c4988 commit 616a571

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

.fernignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,3 +3,4 @@
33
src/test/java/com/intercom/api/integration
44
src/test/java/com/intercom/api/utils
55

6+
.github/workflows/ci.yml

.github/workflows/ci.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,9 @@ jobs:
3636

3737
- name: Test
3838
run: ./gradlew test
39+
env:
40+
INTERCOM_API_KEY: ${{ secrets.INTERCOM_API_KEY }}
41+
3942
publish:
4043
needs: [ compile, test ]
4144
if: github.event_name == 'push' && contains(github.ref, 'refs/tags/')

0 commit comments

Comments
 (0)