Skip to content

Commit

Permalink
add env for deploy
Browse files Browse the repository at this point in the history
  • Loading branch information
igor-smolkov committed Mar 20, 2024
1 parent cf0ceb0 commit cd14ce8
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,9 @@ concurrency:
jobs:
build:
runs-on: ubuntu-latest
env:
REACT_APP_CHAIN_ID: ${{ secrets.REACT_APP_CHAIN_ID }}
REACT_APP_NETWORK_URL: ${{ secrets.REACT_APP_NETWORK_URL }}
steps:
- name: Checkout Repository
uses: actions/checkout@v4
Expand Down

0 comments on commit cd14ce8

Please sign in to comment.