diff --git a/.drone.star b/.drone.star index 7b3eb951a..cded769c0 100644 --- a/.drone.star +++ b/.drone.star @@ -418,6 +418,14 @@ def cacheGoBin(): "make bingo-update", ], "volumes": [stepVolumeGo], + "environment": { + "HTTP_PROXY": { + "from_secret": "drone_http_proxy", + }, + "HTTPS_PROXY": { + "from_secret": "drone_http_proxy", + }, + }, }, { "name": "archive-go-bin",