From 2d27c876b721bf5ccddb64c11250b0858ad98b6e Mon Sep 17 00:00:00 2001 From: Lee Briggs Date: Fri, 13 Nov 2020 12:51:52 -0800 Subject: [PATCH] fix api url --- .github/workflows/master.yml | 2 +- .github/workflows/pull-request.yml | 2 +- .github/workflows/release.yml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/master.yml b/.github/workflows/master.yml index 9e74b8c..d10759f 100644 --- a/.github/workflows/master.yml +++ b/.github/workflows/master.yml @@ -6,7 +6,7 @@ env: NUGET_PUBLISH_KEY: ${{ secrets.NUGET_PUBLISH_KEY }} PROVIDER: rke PULUMI_ACCESS_TOKEN: ${{ secrets.PULUMI_ACCESS_TOKEN }} - PULUMI_API: https://app.pulumi.com + PULUMI_API: https://api.pulumi.com PULUMI_LOCAL_NUGET: ${{ github.workspace }}/nuget PYPI_PASSWORD: ${{ secrets.PYPI_PASSWORD }} PYPI_USERNAME: __token__ diff --git a/.github/workflows/pull-request.yml b/.github/workflows/pull-request.yml index 5ea5d5c..ba3ce9d 100644 --- a/.github/workflows/pull-request.yml +++ b/.github/workflows/pull-request.yml @@ -6,7 +6,7 @@ env: NUGET_PUBLISH_KEY: ${{ secrets.NUGET_PUBLISH_KEY }} PROVIDER: rke PULUMI_ACCESS_TOKEN: ${{ secrets.PULUMI_ACCESS_TOKEN }} - PULUMI_API: https://app.pulumi.com + PULUMI_API: https://api.pulumi.com PULUMI_LOCAL_NUGET: ${{ github.workspace }}/nuget PYPI_PASSWORD: ${{ secrets.PYPI_PASSWORD }} jobs: diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 837b395..594f629 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -6,7 +6,7 @@ env: NUGET_PUBLISH_KEY: ${{ secrets.NUGET_TOKEN }} PROVIDER: rke PULUMI_ACCESS_TOKEN: ${{ secrets.PULUMI_ACCESS_TOKEN }} - PULUMI_API: https://app.pulumi.com + PULUMI_API: https://api.pulumi.com PULUMI_LOCAL_NUGET: ${{ github.workspace }}/nuget PYPI_PASSWORD: ${{ secrets.PYPI_PASSWORD }} PYPI_USERNAME: __token__