From 0dad7fc74628a6b4562a7d8276e31724b0d0e9f1 Mon Sep 17 00:00:00 2001 From: OluwatobiAwe <114475132+OluwatobiAwe@users.noreply.github.com> Date: Wed, 26 Jul 2023 12:33:54 +0100 Subject: [PATCH] Update continuous-integration-workflow.yml C.I Update --- .github/workflows/continuous-integration-workflow.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/continuous-integration-workflow.yml b/.github/workflows/continuous-integration-workflow.yml index 21fedf2..3869a1f 100644 --- a/.github/workflows/continuous-integration-workflow.yml +++ b/.github/workflows/continuous-integration-workflow.yml @@ -8,7 +8,7 @@ jobs: name: Build and publish package runs-on: ubuntu-latest permissions: - issues: write + packages: write strategy: matrix: dotnet-version: ['3.1.x'] @@ -56,4 +56,4 @@ jobs: - name: Push generated package to Azure Feed if: startsWith(github.ref, 'refs/tags/v') - run: dotnet nuget push ./package/*.nupkg --source https://pkgs.dev.azure.com/e-LfH/_packaging/LearningHubFeed/nuget/v3/index.json --api-key ${{ secrets.AZUREDEVOPSKEY }} --skip-duplicate \ No newline at end of file + run: dotnet nuget push ./package/*.nupkg --source https://pkgs.dev.azure.com/e-LfH/_packaging/LearningHubFeed/nuget/v3/index.json --api-key ${{ secrets.AZUREDEVOPSKEY }} --skip-duplicate