From c9beeb65e4bd670b06cd0d02a70769bf66a204d4 Mon Sep 17 00:00:00 2001 From: HonzaTuron Date: Thu, 21 Mar 2024 11:01:33 +0100 Subject: [PATCH] test smartlook token --- .github/workflows/test.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/test.yaml b/.github/workflows/test.yaml index 29cf52266..baf72dbe7 100644 --- a/.github/workflows/test.yaml +++ b/.github/workflows/test.yaml @@ -27,6 +27,7 @@ jobs: run: npm ci --force env: NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }} + SMARTLOOK_PROJECT_KEY: ${{ secrets.SMARTLOOK_PROJECT_KEY }} - run: npm run build