From e863cccfeed73da4646c8995e90dd4d0a4000409 Mon Sep 17 00:00:00 2001 From: Rodrigo Pereyra Diaz Date: Fri, 22 Dec 2023 11:42:15 -0300 Subject: [PATCH] chore: delivery nuget to fromdoppler github packages This is to centralize all Nuget used by Doppler in our GitHub organization --- .github/workflows/dotnet.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/dotnet.yml b/.github/workflows/dotnet.yml index 972c2f6..48ff75a 100644 --- a/.github/workflows/dotnet.yml +++ b/.github/workflows/dotnet.yml @@ -51,4 +51,4 @@ jobs: path: ./artifacts - name: Delivery nuget to Github Packages if: ${{ github.actor != 'dependabot[bot]' }} - run: dotnet nuget push ./artifacts/*.nupkg --api-key ${{ secrets.GITHUB_TOKEN }} --source 'https://nuget.pkg.github.com/MakingSense/index.json' + run: dotnet nuget push ./artifacts/*.nupkg --api-key ${{ secrets.GITHUB_TOKEN }} --source 'https://nuget.pkg.github.com/FromDoppler/index.json'