Skip to content

Commit

Permalink
add env var to workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
DavideSilva committed Apr 1, 2024
1 parent d4c6d69 commit e1288d6
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/web-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,3 +48,5 @@ jobs:

- name: Build
run: yarn workspace @discovery-dao/web-app build
env:
NEXT_PUBLIC_WC_PROJECT_ID: ${{ secrets.NEXT_PUBLIC_WC_PROJECT_ID }}

0 comments on commit e1288d6

Please sign in to comment.