From 0d4af5e74ff5e798110be6a3c4fe597f54e26160 Mon Sep 17 00:00:00 2001 From: Bassem Dghaidi <568794+Link-@users.noreply.github.com> Date: Thu, 29 Jan 2026 09:20:18 -0800 Subject: [PATCH] Remove proxy env from Fetch GitHub meta step - must run before firewall setup --- .github/workflows/workflow.yml | 6 ------ 1 file changed, 6 deletions(-) diff --git a/.github/workflows/workflow.yml b/.github/workflows/workflow.yml index 6a68511..dc2edda 100644 --- a/.github/workflows/workflow.yml +++ b/.github/workflows/workflow.yml @@ -108,9 +108,6 @@ jobs: apt-get update apt-get install -y iptables dnsutils curl jq ipset - name: Fetch GitHub meta and configure firewall - env: - http_proxy: http://squid-proxy:3128 - https_proxy: http://squid-proxy:3128 run: | # Fetch GitHub meta API to get all IP ranges echo "Fetching GitHub meta API..." @@ -352,9 +349,6 @@ jobs: apt-get update apt-get install -y iptables dnsutils curl jq ipset - name: Fetch GitHub meta and configure firewall - env: - http_proxy: http://squid-proxy:3128 - https_proxy: http://squid-proxy:3128 run: | # Fetch GitHub meta API to get all IP ranges echo "Fetching GitHub meta API..."