Skip to content

Commit f5abe4d

Browse files
Update deploy-builder-api.yml
1 parent 9ce3d28 commit f5abe4d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/deploy-builder-api.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ jobs:
7171
project_id: ${{ env.PROJECT_ID }}
7272

7373
- name: Who am I?
74-
run: gcloud auth list
74+
run: gcloud auth list --credentials-file-override="${{ steps.auth.outputs.credentials_file_path }}"
7575

7676
# BEGIN - Docker auth and build
7777
#

0 commit comments

Comments
 (0)