From 75ccea3c08bae0f13aff5cbe44fee99d354a61fb Mon Sep 17 00:00:00 2001 From: Fern Support <126544928+fern-support@users.noreply.github.com> Date: Tue, 8 Apr 2025 09:33:26 -0400 Subject: [PATCH 1/2] chore: add `INTERCOM_API_KEY` to `intercom-java` --- .github/workflows/ci.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 552eeb5..8e3707a 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -36,6 +36,9 @@ jobs: - name: Test run: ./gradlew test + env: + INTERCOM_API_KEY: ${{ secrets.INTERCOM_API_KEY }} + publish: needs: [ compile, test ] if: github.event_name == 'push' && contains(github.ref, 'refs/tags/') From 576133464d4eab6da51af4867defcee4a12c559d Mon Sep 17 00:00:00 2001 From: Fern Support <126544928+fern-support@users.noreply.github.com> Date: Tue, 8 Apr 2025 09:33:55 -0400 Subject: [PATCH 2/2] Update .fernignore --- .fernignore | 1 + 1 file changed, 1 insertion(+) diff --git a/.fernignore b/.fernignore index fdceb86..88a7de5 100644 --- a/.fernignore +++ b/.fernignore @@ -3,3 +3,4 @@ src/test/java/com/intercom/api/integration src/test/java/com/intercom/api/utils +.github/workflows/ci.yml