mirror of
https://github.com/logos-storage/logos-storage-marketplace-ui.git
synced 2026-01-04 06:23:08 +00:00
Use secrets in github
This commit is contained in:
parent
3eb33fbdcc
commit
394852ae3a
2
.env
2
.env
@ -1,2 +0,0 @@
|
||||
VITE_CODEX_API_URL=http://127.0.0.1:8080
|
||||
VITE_GEO_IP_URL=https://geoip.codex.storage
|
||||
2
.github/workflows/playwright.yml
vendored
2
.github/workflows/playwright.yml
vendored
@ -12,6 +12,8 @@ env:
|
||||
circuit_version: v0.1.6
|
||||
marketplace_address: "0xfE822Df439d987849a90B64a4C0e26a297DBD47F"
|
||||
eth_provider: "https://rpc.testnet.codex.storage"
|
||||
VITE_CODEX_API_URL: ${{ secrets.VITE_CODEX_API_URL }}
|
||||
VITE_GEO_IP_URL: ${{ secrets.VITE_GEO_IP_URL }}
|
||||
jobs:
|
||||
tests:
|
||||
timeout-minutes: 60
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user