From 56fbf9d1c60a22e0da4bbc66b1dcf19392796833 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Michalina=20Ciencia=C5=82a?= Date: Wed, 17 Aug 2022 12:47:00 +0200 Subject: [PATCH] Add `NETWORK_ID` to `goerli.env` We'll use the variable during building and publishing of a dashboard (token-dashboard/.github/actions/build-and-deploy-to-bucket/action.yml). --- config/env/goerli.env | 1 + 1 file changed, 1 insertion(+) diff --git a/config/env/goerli.env b/config/env/goerli.env index 14500a6..13a5873 100644 --- a/config/env/goerli.env +++ b/config/env/goerli.env @@ -1,2 +1,3 @@ GCR_REGISTRY_URL=gcr.io GOOGLE_PROJECT_ID=keep-test-f3e0 +NETWORK_ID=5 \ No newline at end of file