Skip to content

Commit

Permalink
Probable fix for Rill UI auto deploy (#3874)
Browse files Browse the repository at this point in the history
  • Loading branch information
himadrisingh authored Jan 19, 2024
1 parent 47ef1ca commit 788043d
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/cli-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}"

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/druid-test-image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}"

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/rill-cloud.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}"

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/rill-ui.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
name: Build and Deploy Cloud UI to Netlify
on:
create:
push:
tags:
- "**"
Expand All @@ -22,6 +21,7 @@ on:
- stage
- prod
- test
create:
env:
NETLIFY_AUTH_TOKEN: ${{ secrets.NETLIFY_AUTH_TOKEN }}

Expand Down

1 comment on commit 788043d

@github-actions
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.