From 1a2f7684bc36e5dfc3a6c07b7017b0eb8dfd5a27 Mon Sep 17 00:00:00 2001 From: Reinier van der Leer Date: Mon, 15 May 2023 14:35:35 +0200 Subject: [PATCH] Patch CI proxy --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 684bd117..ea87ba2f 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -82,7 +82,7 @@ jobs: pytest -n auto --cov=autogpt --cov-report term-missing --cov-branch --cov-report xml --cov-report term env: CI: true - PROXY: ${{ vars.PROXY }} + PROXY: ${{ secrets.PROXY }} AGENT_MODE: ${{ vars.AGENT_MODE }} AGENT_TYPE: ${{ vars.AGENT_TYPE }}