Skip to content

Commit

Permalink
Patch CI proxy
Browse files Browse the repository at this point in the history
  • Loading branch information
Pwuts authored May 15, 2023
1 parent 19e6422 commit 1a2f768
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}

Expand Down

0 comments on commit 1a2f768

Please sign in to comment.