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 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/')