From 4b447c3cc8bf41a432fc5f1fc3ff79c84f73e129 Mon Sep 17 00:00:00 2001 From: Xander Sigler Date: Tue, 18 Jan 2022 12:02:10 -0800 Subject: [PATCH] Changed API key to come from secrets --- .drone.yml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/.drone.yml b/.drone.yml index 54e32e8..e707839 100644 --- a/.drone.yml +++ b/.drone.yml @@ -15,6 +15,9 @@ steps: - name: test image: mcr.microsoft.com/dotnet/sdk:5.0 + environment: + NUGET_API_KEY: + from_secret: Nuget_Api_key commands: - ls - dotnet build @@ -25,4 +28,4 @@ steps: - name: finish image: busybox commands: - - echo 'Finished deployment for RadarrSharp' \ No newline at end of file + - echo 'Finished deployment for RadarrSharp'