Skip to content

Commit

Permalink
add env vars to prod config
Browse files Browse the repository at this point in the history
  • Loading branch information
samepant committed Mar 29, 2022
1 parent 286b4b3 commit 8e4d30c
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/prod-release-deploy.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,10 @@ name: Prod Release Deployment
on:
release:
types: created


env:
REACT_APP_ETHERSCAN_KEY: ${{ secrets.REACT_APP_ETHERSCAN_KEY }}
REACT_APP_INFURA_ID: ${{ secrets.REACT_APP_INFURA_ID }}
jobs:
deploy:
runs-on: ubuntu-latest
Expand Down

0 comments on commit 8e4d30c

Please sign in to comment.