Skip to content

Commit

Permalink
Merge pull request #282 from G7DAO/coin-gek-var
Browse files Browse the repository at this point in the history
Coin geko var
  • Loading branch information
kompotkot authored Jan 14, 2025
2 parents 7f37db9 + d09bcad commit a05d835
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/deploy_prod_wb-dashboard.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@ jobs:
env:
VITE_NB_JSON_RPC_URI: ${{ secrets.VITE_NB_JSON_RPC_URI }}
VITE_NB_WB_DASHBOARD_ACCESS_ID: ${{ secrets.VITE_NB_WB_DASHBOARD_ACCESS_ID }}
VITE_COIN_GECKO_KEY: ${{ secrets.VITE_COIN_GECKO_KEY_PROD }}
run: |
npm install
npm run build
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/deploy_staging_wb-dashboard.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@ jobs:
env:
VITE_NB_JSON_RPC_URI: ${{ secrets.VITE_NB_JSON_RPC_URI }}
VITE_NB_WB_DASHBOARD_ACCESS_ID: ${{ secrets.VITE_NB_WB_DASHBOARD_ACCESS_ID }}
VITE_COIN_GECKO_KEY: ${{ secrets.VITE_COIN_GECKO_KEY_STAGE }}
VITE_BUILD_TARGET: staging
run: |
npm install
Expand Down

0 comments on commit a05d835

Please sign in to comment.