We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
INTERCOM_API_KEY
intercom-java
1 parent d8c4988 commit 616a571Copy full SHA for 616a571
.fernignore
@@ -3,3 +3,4 @@
3
src/test/java/com/intercom/api/integration
4
src/test/java/com/intercom/api/utils
5
6
+.github/workflows/ci.yml
.github/workflows/ci.yml
@@ -36,6 +36,9 @@ jobs:
36
37
- name: Test
38
run: ./gradlew test
39
+ env:
40
+ INTERCOM_API_KEY: ${{ secrets.INTERCOM_API_KEY }}
41
+
42
publish:
43
needs: [ compile, test ]
44
if: github.event_name == 'push' && contains(github.ref, 'refs/tags/')
0 commit comments