From 6d55f2505028b0116dfb896fd980b14213929954 Mon Sep 17 00:00:00 2001 From: Ellpeck Date: Thu, 30 Nov 2023 22:06:14 +0100 Subject: [PATCH] actually supply the key --- .woodpecker/main.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.woodpecker/main.yml b/.woodpecker/main.yml index 7158a95..54589ba 100644 --- a/.woodpecker/main.yml +++ b/.woodpecker/main.yml @@ -14,4 +14,6 @@ steps: branch: main image: mcr.microsoft.com/dotnet/sdk:8.0 commands: - - dotnet nuget push -s https://nuget.ellpeck.de/v3/index.json **/*.nupkg -k '$BAGET_KEY' -n true + - dotnet nuget push -s https://nuget.ellpeck.de/v3/index.json **/*.nupkg -k $BAGET_KEY -n true + secrets: + - baget_key