Skip to content

Commit

Permalink
add a dummy '.env' for packaging
Browse files Browse the repository at this point in the history
  • Loading branch information
OmarTawfik committed Aug 16, 2024
1 parent d1dde56 commit cbc026a
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -73,4 +73,8 @@ jobs:
run: npm run test:e2e

- name: Package the extension
env:
SOLIDITY_GA_SECRET: "dummy-value"
SOLIDITY_GOOGLE_TRACKING_ID: "dummy-value"
SOLIDITY_SENTRY_DSN: "dummy-value"
run: npm run package

0 comments on commit cbc026a

Please sign in to comment.