From f72330ed285a98638ed4ef9420bfdeee609500bd Mon Sep 17 00:00:00 2001 From: christian <6939810+chkr1011@users.noreply.github.com> Date: Thu, 16 May 2024 20:39:48 +0200 Subject: [PATCH] Enable nuget signing --- .github/workflows/ci.yml | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 935499b7d..3d5a48777 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -92,6 +92,13 @@ jobs: name: nugets path: nugets + - name: 'Azure CLI login' + uses: azure/login@v1 + with: + allow-no-subscriptions: true + client-id: ${{ secrets.AZURE_CLIENT_ID }} + tenant-id: ${{ secrets.AZURE_TENANT_ID }} + subscription-id: ${{ secrets.AZURE_SUBSCRIPTION_ID }} - name: Sign nugets shell: pwsh