From bbbdd1a8812f75b2393148c0d3ee52d2011d71fc Mon Sep 17 00:00:00 2001 From: "andy.lee" Date: Mon, 6 Jan 2025 16:15:48 +0800 Subject: [PATCH] update google auth key secret command Signed-off-by: andy.lee --- .github/workflows/build-and-upload.yaml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/build-and-upload.yaml b/.github/workflows/build-and-upload.yaml index 2f2755e3..46aa393f 100644 --- a/.github/workflows/build-and-upload.yaml +++ b/.github/workflows/build-and-upload.yaml @@ -88,7 +88,7 @@ jobs: uses: rancher-eio/read-vault-secrets@main with: secrets: | - secret/data/github/repo/${{ github.repository }}/googleauthkey/harvester/credentials credential | GOOGLE_AUTH ; + secret/data/github/repo/${{ github.repository }}/google-auth/harvester/credentials token | GOOGLE_AUTH ; - name: Apply gcs auth # https://github.com/google-github-actions/auth @@ -133,7 +133,7 @@ jobs: uses: rancher-eio/read-vault-secrets@main with: secrets: | - secret/data/github/repo/${{ github.repository }}/googleauthkey/harvester/credentials credential | GOOGLE_AUTH ; + secret/data/github/repo/${{ github.repository }}/google-auth/harvester/credentials token | GOOGLE_AUTH ; - name: Apply gcs auth # https://github.com/google-github-actions/auth @@ -178,7 +178,7 @@ jobs: uses: rancher-eio/read-vault-secrets@main with: secrets: | - secret/data/github/repo/${{ github.repository }}/googleauthkey/harvester/credentials credential | GOOGLE_AUTH ; + secret/data/github/repo/${{ github.repository }}/google-auth/harvester/credentials token | GOOGLE_AUTH ; - name: Apply gcs auth # https://github.com/google-github-actions/auth