From 05f2237540dc7742ee342f0d5aec34c6f95a8ced Mon Sep 17 00:00:00 2001 From: Alex Vincent Date: Sat, 8 Oct 2022 02:48:43 +0200 Subject: [PATCH] fix gh workflow (#114) * correct gh workflow * update wf secret Co-authored-by: Azure DevOps CI --- .github/workflows/ci.yml | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 6aae5ce..4ec1a20 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -9,8 +9,8 @@ on: required: true default: Release options: - - Release - - Debug + - Release + - Debug PublishPreview: type: string description: Publish preview branch? @@ -32,4 +32,6 @@ jobs: uses: f2calv/gha-workflows/.github/workflows/dotnet-publish-nuget-v1.yml@main with: BuildConfiguration: ${{ github.event.inputs.BuildConfiguration }} - PublishPreview: ${{ github.event.inputs.PublishPreview }} \ No newline at end of file + PublishPreview: ${{ github.event.inputs.PublishPreview }} + secrets: + NUGET_API_KEY: ${{ secrets.NUGET_API_KEY }}