Skip to content

Commit

Permalink
add environment and walled it proj secrets to build prod
Browse files Browse the repository at this point in the history
  • Loading branch information
otani88 committed Nov 20, 2024
1 parent 706cfaa commit 1375762
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/build-deploy-prod-ui.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,11 +13,11 @@ env:
NODE_VERSION: '20.x'
API_SERVICE_URL: "https://remix-plugin-api.zksync.io"
VITE_VERSION: v0.6.3
WALLETCONNECT_PROJECT_ID: ""
jobs:
build-deploy-static:
name: Build and push Docker image
runs-on: ubuntu-latest
environment: prod
steps:
- uses: actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29 # v4

Expand All @@ -35,6 +35,8 @@ jobs:

- name: pnpm build
working-directory: ./plugin
env:
WALLETCONNECT_PROJECT_ID: ${{ secrets.WALLETCONNECT_PROJECT_ID }}
run: pnpm run build

- name: Deploy
Expand Down

0 comments on commit 1375762

Please sign in to comment.