Use secrets in github

This commit is contained in:
Arnaud 2024-10-11 18:50:35 +02:00
parent 3eb33fbdcc
commit 394852ae3a
No known key found for this signature in database
GPG Key ID: 69D6CE281FCAE663
2 changed files with 2 additions and 2 deletions

2
.env
View File

@ -1,2 +0,0 @@
VITE_CODEX_API_URL=http://127.0.0.1:8080
VITE_GEO_IP_URL=https://geoip.codex.storage

View File

@ -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