From 8083a41df04ed5c82346cf3798dd85eedcb1e13a Mon Sep 17 00:00:00 2001 From: Andy Lee Date: Wed, 25 Mar 2026 14:08:59 +0800 Subject: [PATCH] ci: remove the single quota for use commit hash (#767) Signed-off-by: Andy Lee --- .../workflows/build-and-publish-standalone.yaml | 15 ++++++++------- 1 file changed, 8 insertions(+), 7 deletions(-) diff --git a/.github/workflows/build-and-publish-standalone.yaml b/.github/workflows/build-and-publish-standalone.yaml index 204321c9..f88036c3 100644 --- a/.github/workflows/build-and-publish-standalone.yaml +++ b/.github/workflows/build-and-publish-standalone.yaml @@ -52,12 +52,13 @@ jobs: - name: Apply gcs auth # https://github.com/google-github-actions/auth - uses: 'google-github-actions/auth@c200f3691d83b41bf9bbd8638997a462592937ed # v2' + uses: google-github-actions/auth@c200f3691d83b41bf9bbd8638997a462592937ed # v2 + with: credentials_json: "${{ env.GOOGLE_AUTH }}" - name: Upload build - uses: 'google-github-actions/upload-cloud-storage@c0f6160ff80057923ff50e5e567695cea181ec23 # v2' + uses: google-github-actions/upload-cloud-storage@c0f6160ff80057923ff50e5e567695cea181ec23 # v2 # https://github.com/google-github-actions/upload-cloud-storage with: path: ${{steps.build-hosted.outputs.BUILD_HOSTED_DIR}} @@ -96,12 +97,12 @@ jobs: - name: Apply gcs auth # https://github.com/google-github-actions/auth - uses: 'google-github-actions/auth@c200f3691d83b41bf9bbd8638997a462592937ed # v2' + uses: google-github-actions/auth@c200f3691d83b41bf9bbd8638997a462592937ed # v2 with: credentials_json: "${{ env.GOOGLE_AUTH }}" - name: Upload tar - uses: 'google-github-actions/upload-cloud-storage@c0f6160ff80057923ff50e5e567695cea181ec23 # v2' + uses: google-github-actions/upload-cloud-storage@c0f6160ff80057923ff50e5e567695cea181ec23 # v2 with: path: ${{steps.build-embedded.outputs.BUILD_EMBEDED_TGZ}} destination: releases.rancher.com/harvester-ui/dashboard @@ -140,12 +141,12 @@ jobs: - name: Apply gcs auth # https://github.com/google-github-actions/auth - uses: 'google-github-actions/auth@c200f3691d83b41bf9bbd8638997a462592937ed # v2' + uses: google-github-actions/auth@c200f3691d83b41bf9bbd8638997a462592937ed # v2 with: credentials_json: "${{ env.GOOGLE_AUTH }}" - name: Upload plugin tar - uses: 'google-github-actions/upload-cloud-storage@c0f6160ff80057923ff50e5e567695cea181ec23 # v2' + uses: google-github-actions/upload-cloud-storage@c0f6160ff80057923ff50e5e567695cea181ec23 # v2 with: path: dist-pkg/${{steps.ci-build-pkg.outputs.PKG_TARBALL}} destination: releases.rancher.com/harvester-ui/plugin @@ -155,7 +156,7 @@ jobs: process_gcloudignore: false - name: Upload plugin directory - uses: 'google-github-actions/upload-cloud-storage@c0f6160ff80057923ff50e5e567695cea181ec23 # v2' + uses: google-github-actions/upload-cloud-storage@c0f6160ff80057923ff50e5e567695cea181ec23 # v2 with: path: dist-pkg/${{steps.ci-build-pkg.outputs.PKG_NAME}} destination: releases.rancher.com/harvester-ui/plugin/${{steps.ci-build-pkg.outputs.PKG_NAME}}