Skip to content

Commit 438cabb

Browse files
leobalterreggi
andauthored
Update content/integrations/integrating-npm-with-external-services/using-private-packages-in-a-ci-cd-workflow.mdx
Co-authored-by: Reggi <[email protected]>
1 parent c777894 commit 438cabb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

content/integrations/integrating-npm-with-external-services/using-private-packages-in-a-ci-cd-workflow.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ You can use access tokens to test private npm packages with continuous integrati
88

99
## Recommended: Use trusted publishing for package publishing
1010

11-
For publishing packages from CI/CD workflows, we recommend using [trusted publishing](/packages-and-modules/securing-your-code/trusted-publishers) instead of access tokens. Trusted publishing uses OpenID Connect (OIDC) to provide secure, token-free publishing that eliminates the security risks associated with long-lived tokens.
11+
For publishing packages from CI/CD workflows, we recommend using [trusted publishing](/packages-and-modules/securing-your-code/trusted-publishers) instead of access tokens. Trusted publishing uses OpenID Connect (OIDC) to provide secure publishing that eliminates the security risks associated with long-lived tokens.
1212

1313
Trusted publishing is supported for:
1414

0 commit comments

Comments
 (0)