Skip to content

Commit c8218d5

Browse files
Fix list services command in GCP OpenID connect doc (#11506)
1 parent 80af363 commit c8218d5

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

content/actions/deployment/security-hardening-your-deployments/configuring-openid-connect-in-google-cloud-platform.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -96,6 +96,6 @@ jobs:
9696
name: 'gcloud'
9797
run: |-
9898
gcloud auth login --brief --cred-file="${{ steps.auth.outputs.credentials_file_path }}"
99-
gcloud config list
99+
gcloud services list
100100
```
101101
{% endraw %}

0 commit comments

Comments
 (0)