Skip to content

Commit

Permalink
fix(.github): include env in action
Browse files Browse the repository at this point in the history
  • Loading branch information
MrOrz committed Feb 12, 2024
1 parent b97aa5f commit 7ade915
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,3 +19,5 @@ jobs:
- run: npm ci
# Running build would lint and check type
- run: npm run build
env:
COFACTS_API_URL: ${{ env.COFACTS_API_URL }}

0 comments on commit 7ade915

Please sign in to comment.