From 9a9d9d6461bcaf9da7fe57683944d54f4fffe3fa Mon Sep 17 00:00:00 2001 From: Kyle Huang Junyuan Date: Tue, 18 Jun 2024 17:05:29 +0800 Subject: [PATCH] ci: set PROVIDER_API_KEY from GitHub repository variable (#291) --- .github/workflows/tests.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index 1d85910f..047564f6 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -17,6 +17,8 @@ jobs: node-version: 18.x - run: npm ci - run: npm run test:ci + env: + PROVIDER_API_KEY: ${{ vars.PROVIDER_API_KEY }} test-build: name: Test Build