From 46ed8e9ff7f27bc2c97e354e45dc620936d50f7f Mon Sep 17 00:00:00 2001 From: Ben Vincent Date: Sun, 25 Aug 2024 23:41:56 +1000 Subject: [PATCH] fix: enable ci secrets - ensure the gitea token is provided to upload jobs --- .drone.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.drone.yml b/.drone.yml index 1cd29a3..38d1f21 100644 --- a/.drone.yml +++ b/.drone.yml @@ -33,3 +33,7 @@ steps: - master event: - push + +secrets: + - source: gitea_package_token + target: GITEA_TOKEN