Skip to content

Commit

Permalink
Testing listing buckets
Browse files Browse the repository at this point in the history
  • Loading branch information
mahen-n committed Feb 17, 2024
1 parent 9f6ae65 commit 976d11f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/workflow.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,8 @@ jobs:
contents: 'read'
id-token: 'write'
steps:
- name: Checkout actions-oidc-debugger
uses: actions/checkout@v3
- id: auth
name: 'Authenticate to Google Cloud'
uses: google-github-actions/auth@v2
Expand All @@ -47,8 +49,6 @@ jobs:
run: gcloud auth login --cred-file=${{steps.auth.outputs.credentials_file_path}}
- name: Use gcloud CLI
run: gcloud info
- name: Checkout actions-oidc-debugger
uses: actions/checkout@v3
- name: "list the current dir"
run: |
pwd
Expand Down

0 comments on commit 976d11f

Please sign in to comment.