From 919a2209a68a365cd8c32fe4ed7ca879dd6ece63 Mon Sep 17 00:00:00 2001 From: Dan Siegel Date: Sat, 20 Jul 2024 09:12:15 -0600 Subject: [PATCH] ci: remove SponsorConnect --- .github/workflows/ci.yml | 11 +---------- .github/workflows/publish-release.yml | 7 +------ 2 files changed, 2 insertions(+), 16 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index f0edf7a1ab..409a970076 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -157,18 +157,9 @@ jobs: uses: avantipoint/workflow-templates/.github/workflows/deploy-nuget.yml@master needs: generate-consolidated-artifacts if: ${{ github.event_name == 'push' }} + environment: NuGet with: name: Deploy Commercial Plus secrets: feedUrl: ${{ secrets.PRISM_NUGET_FEED }} apiKey: ${{ secrets.PRISM_NUGET_TOKEN }} - - deploy-sponsors: - uses: avantipoint/workflow-templates/.github/workflows/deploy-nuget.yml@master - needs: generate-consolidated-artifacts - if: ${{ github.event_name == 'push' }} - with: - name: Deploy Sponsor Connect - secrets: - feedUrl: ${{ secrets.SPONSOR_CONNECT_NUGET_FEED }} - apiKey: ${{ secrets.SPONSOR_CONNECT_TOKEN }} diff --git a/.github/workflows/publish-release.yml b/.github/workflows/publish-release.yml index f3f5393c0e..085f61e88f 100644 --- a/.github/workflows/publish-release.yml +++ b/.github/workflows/publish-release.yml @@ -13,6 +13,7 @@ jobs: publish-commercial-plus: uses: avantipoint/workflow-templates/.github/workflows/deploy-nuget-from-release.yml@master + environment: NuGet secrets: feedUrl: ${{ secrets.PRISM_NUGET_FEED }} apiKey: ${{ secrets.PRISM_NUGET_TOKEN }} @@ -21,9 +22,3 @@ jobs: uses: avantipoint/workflow-templates/.github/workflows/deploy-nuget-from-release.yml@master secrets: apiKey: ${{ secrets.NUGET_API_KEY }} - - publish-sponsors: - uses: avantipoint/workflow-templates/.github/workflows/deploy-nuget-from-release.yml@master - secrets: - feedUrl: ${{ secrets.SPONSOR_CONNECT_NUGET_FEED }} - apiKey: ${{ secrets.SPONSOR_CONNECT_TOKEN }}