Skip to content

Commit

Permalink
add env var to workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
samepant committed Jan 31, 2024
1 parent 6579182 commit 4704ff2
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/prod-release-deploy.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ env:
REACT_APP_OPTIMISTIC_ETHERSCAN_KEY: ${{ secrets.REACT_APP_OPTIMISTIC_ETHERSCAN_KEY }}
REACT_APP_ARBISCAN_KEY: ${{ secrets.REACT_APP_ARBISCAN_KEY }}
REACT_APP_SNOWTRACE_KEY: ${{ secrets.REACT_APP_SNOWTRACE_KEY }}
REACT_APP_BASESCAN_KEY: ${{ secrets.REACT_APP_BASESCAN_KEY }}

jobs:
deploy:
Expand Down

0 comments on commit 4704ff2

Please sign in to comment.