From 42fce64f6e71628d96c8f25b6d67da18181c5143 Mon Sep 17 00:00:00 2001 From: abhisek Date: Tue, 12 Nov 2024 19:50:39 +0530 Subject: [PATCH] fix: E2E with safedep API key env variable --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index a53ecb7d..0d5f166e 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -64,7 +64,7 @@ jobs: E2E_INSIGHTS_V2: true GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} # This will not be available when there is a PR from a forked repository - SAFEDEP_CLOUD_API_KEY: ${{ secrets.SAFEDEP_CLOUD_API_KEY }} + VET_API_KEY: ${{ secrets.SAFEDEP_CLOUD_API_KEY }} build-container: runs-on: ubuntu-latest