Skip to content

Commit

Permalink
f
Browse files Browse the repository at this point in the history
  • Loading branch information
julienp committed Aug 19, 2024
1 parent bf0c5d7 commit f460589
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -89,13 +89,15 @@ jobs:
env | grep CLOUDSDK_AUTH_CREDENTIAL_FILE_OVERRIDE
env | grep GOOGLE_APPLICATION_CREDENTIALS
env | grep GOOGLE_GHA_CREDS_PATH
echo 'RUNNING gcloud auth list --filter=status:ACTIVE --format='value(account)'
echo RUNNING gcloud auth list --filter=status:ACTIVE --format='value(account)'
gcloud auth list --filter=status:ACTIVE --format='value(account)'
echo 'RUNNING gcloud auth list'
gcloud auth list
ls -ahl $GITHUB_WORKSPACE
mv $GOOGLE_APPLICATION_CREDENTIALS /tmp/
ls -ahl /tmp/
echo DOCKER_GOOGLE_APPLICATION_CREDENTIALS=/tmp/$(basename $GOOGLE_APPLICATION_CREDENTIALS) >> $GITHUB_ENV
echo $DOCKER_GOOGLE_APPLICATION_CREDENTIALS
- name: Free Disk Space (Ubuntu)
uses: jlumbroso/free-disk-space@main
Expand Down

0 comments on commit f460589

Please sign in to comment.