Skip to content

Commit 29a39b2

Browse files
committed
fix: ci tests
1 parent fe4a77f commit 29a39b2

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

.github/workflows/ci.yml

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -78,6 +78,17 @@ jobs:
7878
project_id: ${{ secrets.GOOGLE_PROJECT_ID }}
7979
workload_identity_provider: ${{ secrets.GOOGLE_WORKLOAD_IDENTITY_PROVIDER }}
8080

81+
- name: Show complete auth info
82+
run: |
83+
echo "=== Authentication Status ==="
84+
gcloud auth list
85+
echo ""
86+
echo "=== Current Configuration ==="
87+
gcloud config list
88+
echo ""
89+
echo "=== Active Account ==="
90+
gcloud auth list --filter=status:ACTIVE --format="value(account)"
91+
8192
- name: Set up Docker to use gcloud as a credential helper
8293
run: |
8394
gcloud auth configure-docker us-east1-docker.pkg.dev

0 commit comments

Comments
 (0)