Skip to content

Commit 822d23d

Browse files
authored
Fix broken link to Trusted Publishers documentation (#18706)
1 parent 7b3c0a5 commit 822d23d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/blog/posts/2025-09-16-github-actions-token-exfiltration.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ with GitHub Actions to help protect their projects in the future.
6060

6161
If you use GitHub Actions to publish to PyPI, I recommend the following steps to protect your projects:
6262

63-
1. Replace long-lived tokens with [Trusted Publishers](https://docs.pypi.org/trusted-publishers/.
63+
1. Replace long-lived tokens with [Trusted Publishers](https://docs.pypi.org/trusted-publishers/).
6464
This is the most effective way to protect your projects from this type of attack.
6565
GitHub Trusted Publishers use short-lived tokens that are scoped to a specific repository,
6666
and expire after a short period of time.

0 commit comments

Comments
 (0)