diff --git a/.github/workflows/cd.yml b/.github/workflows/cd.yml index f24b97b..01f5d36 100644 --- a/.github/workflows/cd.yml +++ b/.github/workflows/cd.yml @@ -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