Skip to content

Commit c051d9d

Browse files
authored
Merge pull request #50936 from github/jc-clark/jfrog-patch2
Fix typo in JFrog OIDC article
2 parents 0d7de91 + 525c78d commit c051d9d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

content/actions/deployment/security-hardening-your-deployments/configuring-openid-connect-in-jfrog.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ The following example uses the placeholder `YOUR_PROVIDER_NAME`.
6969
echo ACCESS_TOKEN=$ACCESS_TOKEN >> $GITHUB_OUTPUT
7070
```
7171

72-
The following example show part of a {% data variables.product.prodname_actions %} workflow file using cURL.
72+
The following example shows part of a {% data variables.product.prodname_actions %} workflow file using cURL.
7373

7474
```yaml
7575
- name: Get ID Token (cURL method)

0 commit comments

Comments
 (0)