From c7b29b61eef4683579436a1599d8ed4efed4080f Mon Sep 17 00:00:00 2001 From: Tim Serong Date: Wed, 14 Aug 2024 10:34:08 +1000 Subject: [PATCH] ci: Use correct google credential path Fixes: 1b3ea7c35fa3369e6d6ed9283589e4bc776e9ca0 Signed-off-by: Tim Serong --- .github/workflows/build.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 07a37882f..5c343467a 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -55,7 +55,7 @@ jobs: secrets: | secret/data/github/repo/${{ github.repository }}/dockerhub/harvester/credentials username | DOCKER_USERNAME ; secret/data/github/repo/${{ github.repository }}/dockerhub/harvester/credentials password | DOCKER_PASSWORD ; - secret/data/github/repo/${{ github.repository }}/google-auth/harvester/credentials token | GOOGLE_AUTH ; + secret/data/github/repo/${{ github.repository }}/google-auth-key/credentials credential | GOOGLE_AUTH ; - name: Login to Docker Hub if: ${{ startsWith(github.ref, 'refs/heads/') }}