Skip to content

Commit

Permalink
fix(deploy.yml): replace REACT_APP_ env vars
Browse files Browse the repository at this point in the history
  • Loading branch information
moconnell committed Nov 13, 2023
1 parent 04411b0 commit 10018fb
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,9 +30,9 @@ jobs:
- name: Build Dapp
run: yarn dapp:build
env:
REACT_APP_INFURA_ID: ${{ secrets.INFURA_ID }}
REACT_APP_GA4_ID: ${{ secrets.GA4_ID }}
REACT_APP_DEBUG_LOGS: 'true'
NEXT_PUBLIC_INFURA_ID: ${{ secrets.INFURA_ID }}
NEXT_PUBLIC_GA4_ID: ${{ secrets.GA4_ID }}
NEXT_PUBLIC_DEBUG_LOGS: 'true'
- name: Deploy Docs
uses: w9jds/firebase-action@master
with:
Expand Down

0 comments on commit 10018fb

Please # to comment.