Changed API key to come from secrets
Some checks failed
continuous-integration/drone/push Build is failing
Some checks failed
continuous-integration/drone/push Build is failing
This commit is contained in:
parent
e02af14ad3
commit
4b447c3cc8
@ -15,6 +15,9 @@ steps:
|
|||||||
|
|
||||||
- name: test
|
- name: test
|
||||||
image: mcr.microsoft.com/dotnet/sdk:5.0
|
image: mcr.microsoft.com/dotnet/sdk:5.0
|
||||||
|
environment:
|
||||||
|
NUGET_API_KEY:
|
||||||
|
from_secret: Nuget_Api_key
|
||||||
commands:
|
commands:
|
||||||
- ls
|
- ls
|
||||||
- dotnet build
|
- dotnet build
|
||||||
@ -25,4 +28,4 @@ steps:
|
|||||||
- name: finish
|
- name: finish
|
||||||
image: busybox
|
image: busybox
|
||||||
commands:
|
commands:
|
||||||
- echo 'Finished deployment for RadarrSharp'
|
- echo 'Finished deployment for RadarrSharp'
|
||||||
|
Loading…
x
Reference in New Issue
Block a user