Skip to content

Commit b87b607

Browse files
Update content/actions/security-for-github-actions/security-hardening-your-deployments/configuring-openid-connect-in-jfrog.md
Co-authored-by: Ben Ahmady <[email protected]>
1 parent a038a1f commit b87b607

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ jobs:
7878
> [!TIP]
7979
> When OIDC authentication is used, the `setup-jfrog-cli` action automatically provides `oidc-user` and `oidc-token` as step outputs.
8080
> These can be used for other integrations that require authentication with JFrog.
81-
> To reference these outputs, ensure the step has an explicit `id` defined (e.g., `id: setup-jfrog-cli`).
81+
> To reference these outputs, ensure the step has an explicit `id` defined (for example `id: setup-jfrog-cli`).
8282
8383
### Using OIDC Credentials in other steps
8484
```yaml

0 commit comments

Comments
 (0)