Skip to content

Commit

Permalink
update github action to include env var
Browse files Browse the repository at this point in the history
  • Loading branch information
DavideSilva committed May 3, 2024
1 parent f9a8a3e commit 7ccc63b
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 @@ -52,3 +52,5 @@ jobs:
run: yarn workspace @discovery-dao/web-app build
env:
NEXT_PUBLIC_WC_PROJECT_ID: ${{ secrets.NEXT_PUBLIC_WC_PROJECT_ID }}
NEXT_CITIZEND_WALLET_PRIVATE_KEY: ${{ secrets.NEXT_CITIZEND_WALLET_PRIVATE_KEY }}
NEXT_PUBLIC_IDOS_NODE_URL: ${{ secrets.NEXT_PUBLIC_IDOS_NODE_URL }}

0 comments on commit 7ccc63b

Please sign in to comment.