Skip to content

Commit

Permalink
fix: E2E with safedep API key env variable
Browse files Browse the repository at this point in the history
  • Loading branch information
abhisek committed Nov 12, 2024
1 parent 4e4302f commit 42fce64
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 42fce64

Please sign in to comment.