From 525c78d7e440ef8149bcddfa7bd9ac1b49b0c280 Mon Sep 17 00:00:00 2001 From: jc-clark Date: Fri, 31 May 2024 13:59:35 -0700 Subject: [PATCH] fix typo --- .../configuring-openid-connect-in-jfrog.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/actions/deployment/security-hardening-your-deployments/configuring-openid-connect-in-jfrog.md b/content/actions/deployment/security-hardening-your-deployments/configuring-openid-connect-in-jfrog.md index e4c64f8010..6c707e752b 100644 --- a/content/actions/deployment/security-hardening-your-deployments/configuring-openid-connect-in-jfrog.md +++ b/content/actions/deployment/security-hardening-your-deployments/configuring-openid-connect-in-jfrog.md @@ -69,7 +69,7 @@ The following example uses the placeholder `YOUR_PROVIDER_NAME`. echo ACCESS_TOKEN=$ACCESS_TOKEN >> $GITHUB_OUTPUT ``` -The following example show part of a {% data variables.product.prodname_actions %} workflow file using cURL. +The following example shows part of a {% data variables.product.prodname_actions %} workflow file using cURL. ```yaml - name: Get ID Token (cURL method)