Skip to content

Commit

Permalink
update GitHub Actions Workflows
Browse files Browse the repository at this point in the history
  • Loading branch information
mrofisr committed Jun 29, 2024
1 parent ffa6b2b commit 7d18d03
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,7 @@ jobs:
- name: Check Google Auth
id: check-auth
run: |
cat ${{ steps.gcloud-auth.outputs.credentials_file_path }}
gcloud auth activate-service-account --key-file=${{ steps.gcloud-auth.outputs.credentials_file_path }}
gcloud auth list
Expand Down

0 comments on commit 7d18d03

Please sign in to comment.