From 788043d8f87ec5e48baee4ef97492091763f8c2d Mon Sep 17 00:00:00 2001 From: Himadri Singh Date: Fri, 19 Jan 2024 23:58:53 +0530 Subject: [PATCH] Probable fix for Rill UI auto deploy (#3874) --- .github/workflows/cli-release.yml | 2 +- .github/workflows/druid-test-image.yml | 2 +- .github/workflows/rill-cloud.yml | 2 +- .github/workflows/rill-ui.yml | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/cli-release.yml b/.github/workflows/cli-release.yml index 5e408c69786..43c80e3c4b7 100644 --- a/.github/workflows/cli-release.yml +++ b/.github/workflows/cli-release.yml @@ -81,7 +81,7 @@ jobs: release ${NIGHTLY} - name: Authenticate GCS - uses: google-github-actions/auth@v0 + uses: google-github-actions/auth@v2 with: credentials_json: "${{ secrets.RILL_BINARY_SA }}" diff --git a/.github/workflows/druid-test-image.yml b/.github/workflows/druid-test-image.yml index dc48e21fe7e..3c2a74b857b 100644 --- a/.github/workflows/druid-test-image.yml +++ b/.github/workflows/druid-test-image.yml @@ -15,7 +15,7 @@ jobs: uses: actions/checkout@v3 - name: Authenticate GCloud - uses: google-github-actions/auth@v1 + uses: google-github-actions/auth@v2 with: credentials_json: "${{ secrets.RILL_BINARY_SA }}" diff --git a/.github/workflows/rill-cloud.yml b/.github/workflows/rill-cloud.yml index 8f615cf952c..9340ce0037e 100644 --- a/.github/workflows/rill-cloud.yml +++ b/.github/workflows/rill-cloud.yml @@ -27,7 +27,7 @@ jobs: go-version: 1.21 - name: Authenticate GCloud - uses: google-github-actions/auth@v1 + uses: google-github-actions/auth@v2 with: credentials_json: "${{ secrets.RILL_BINARY_SA }}" diff --git a/.github/workflows/rill-ui.yml b/.github/workflows/rill-ui.yml index 3a97eae2ea1..d7f8b28f5c7 100644 --- a/.github/workflows/rill-ui.yml +++ b/.github/workflows/rill-ui.yml @@ -1,6 +1,5 @@ name: Build and Deploy Cloud UI to Netlify on: - create: push: tags: - "**" @@ -22,6 +21,7 @@ on: - stage - prod - test + create: env: NETLIFY_AUTH_TOKEN: ${{ secrets.NETLIFY_AUTH_TOKEN }}