Skip to content

Commit

Permalink
Add cd step to debug cred path
Browse files Browse the repository at this point in the history
  • Loading branch information
navzam committed Aug 16, 2024
1 parent d912878 commit effc88d
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,8 @@ jobs:
cleanup_credentials: true
- name: Output directory contents
run: ls
- name: Output cred env var
run: echo $GOOGLE_APPLICATION_CREDENTIALS
# - name: Install dependencies
# run: npm install
# - name: Build
Expand Down

0 comments on commit effc88d

Please sign in to comment.