Skip to content

Commit d05e0e9

Browse files
Add debugging code to workflow
1 parent 6a686fb commit d05e0e9

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

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

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -64,6 +64,12 @@ jobs:
6464
uses: 'google-github-actions/auth@f112390a2df9932162083945e46d439060d66ec2' # google-github-actions/auth@v2
6565
with:
6666
workload_identity_provider: '${{ env.WORKLOAD_IDENTITY_PROVIDER }}'
67+
68+
- name: Who am I?
69+
run: gcloud auth list
70+
71+
- name: Check repos
72+
run: gcloud artifacts repositories list --project $PROJECT_ID --location us-central1
6773

6874
# BEGIN - Docker auth and build
6975
#

0 commit comments

Comments
 (0)