From c93572024324bc3f36db10709615837fd77bca4c Mon Sep 17 00:00:00 2001 From: ChristopherZh-7 Date: Wed, 16 Oct 2024 14:57:00 +0800 Subject: [PATCH] Merge pull request #1432 from yogeshojha/hotfix/2.2.0_release 2.2.0 Hotfix --- web/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/web/Dockerfile b/web/Dockerfile index 1263ebc83..543296f68 100644 --- a/web/Dockerfile +++ b/web/Dockerfile @@ -8,7 +8,7 @@ ARG HTTP_PROXY=http://192.168.1.177:7890 ARG HTTPS_PROXY=http://192.168.1.177:7890 # WARNING: This token should be temporary and revoked immediately after build -ENV GITHUB_TOKEN="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" +ENV GITHUB_TOKEN="user_token" # Set proxy environment variables ENV HTTP_PROXY=${HTTP_PROXY}