From f4505add69790753d6085926076efd544005daec Mon Sep 17 00:00:00 2001 From: merwanehamadi Date: Wed, 7 Jun 2023 19:39:07 -0700 Subject: [PATCH] Set proxy headers as secrets (#4620) --- .github/workflows/ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 7f965299..cf851ef3 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -154,8 +154,8 @@ jobs: env: CI: true PROXY: ${{ secrets.PROXY }} - AGENT_MODE: ${{ vars.AGENT_MODE }} - AGENT_TYPE: ${{ vars.AGENT_TYPE }} + AGENT_MODE: ${{ secrets.AGENT_MODE }} + AGENT_TYPE: ${{ secrets.AGENT_TYPE }} - name: Upload coverage reports to Codecov uses: codecov/codecov-action@v3