From a866d9ff8a6a06e763441a051b37bbd55a37601c Mon Sep 17 00:00:00 2001 From: Sarah Jamie Lewis Date: Mon, 26 Feb 2024 12:22:57 -0800 Subject: [PATCH] Add Secret to Upload Nightlies Step --- .drone.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.drone.yml b/.drone.yml index 86890868..1fffae52 100644 --- a/.drone.yml +++ b/.drone.yml @@ -119,6 +119,7 @@ steps: environment: BUILDFILES_KEY: from_secret: buildfiles_key + secrets: [gogs_account_token] volumes: - name: deps path: /root/.pub-cache