Skip to content

Commit

Permalink
add --quiet flag to accept default login
Browse files Browse the repository at this point in the history
  • Loading branch information
kcs-koteswara committed Sep 16, 2024
1 parent fcf7370 commit cb61d39
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/vertx-base.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ jobs:

- name: Configure Maven to use gcloud as a credential helper
run: |
gcloud auth application-default login
gcloud auth application-default login --quiet flag
- name: Cache Maven dependencies
uses: actions/cache@v3
Expand Down

0 comments on commit cb61d39

Please sign in to comment.