Skip to content

Commit b8242de

Browse files
authored
Merge branch 'main' into sentence-fix/about-git
2 parents 2148578 + 8febf72 commit b8242de

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

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

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -70,6 +70,7 @@ This example has a job called `Get_OIDC_ID_token` that uses actions to request a
7070

7171
This action exchanges a {% data variables.product.prodname_dotcom %} OIDC token for a Google Cloud access token, using [Workload Identity Federation](https://cloud.google.com/iam/docs/workload-identity-federation).
7272

73+
{% raw %}
7374
```yaml{:copy}
7475
name: List services in GCP
7576
on:
@@ -97,3 +98,4 @@ jobs:
9798
gcloud auth login --brief --cred-file="${{ steps.auth.outputs.credentials_file_path }}"
9899
gcloud config list
99100
```
101+
{% endraw %}

0 commit comments

Comments
 (0)