Skip to content

Commit 349c30f

Browse files
committed
Fix key issue in integration tests
1 parent 6234466 commit 349c30f

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,7 @@ jobs:
4242
run: pnpm test
4343
env:
4444
INTERCOM_API_KEY: ${{ secrets.INTERCOM_API_KEY }}
45+
API_TOKEN: ${{ secrets.INTERCOM_API_KEY }}
4546

4647
publish:
4748
needs: [ compile, test ]

0 commit comments

Comments
 (0)