Skip to content

Commit

Permalink
Merge pull request #61 from premisedata/INFRA-1754
Browse files Browse the repository at this point in the history
[TEST]
  • Loading branch information
diegoandresdiazespinoza authored Nov 27, 2023
2 parents bd9da06 + 2b207b2 commit 9eb9ab8
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/dp_update_api_names.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,6 @@ jobs:
uses: google-github-actions/[email protected]
with:
version: '363.0.0'
export_default_credentials: true
- name: Install gcloud beta
run: gcloud components install beta
- name: Listing auths
Expand All @@ -36,4 +35,4 @@ jobs:
# - name: Runing python list
# run: python test_api_list.py
- name: List services
run: gcloud services list --available --filter="name:*.googleapis.com"
run: gcloud config set account sa-developer-portal-rd; gcloud services list --available --filter="name:*.googleapis.com"

0 comments on commit 9eb9ab8

Please sign in to comment.