diff --git a/app/templates/docs/trusted-publishing.hbs b/app/templates/docs/trusted-publishing.hbs
index ab5d19adb0c..283422b1f38 100644
--- a/app/templates/docs/trusted-publishing.hbs
+++ b/app/templates/docs/trusted-publishing.hbs
@@ -49,7 +49,7 @@
- Go to your crate's Settings → Trusted Publishing
- - Click "Add Trusted Publisher" and fill in:
+
- Click the "Add" button and fill in:
- Repository owner: Your GitHub username or organization
- Repository name: The name of your repository
@@ -76,7 +76,6 @@ jobs:
environment: release # Optional: for enhanced security
permissions:
id-token: write # Required for OIDC token exchange
- contents: read # Required to checkout repository
steps:
- uses: actions/checkout@v4
- uses: rust-lang/crates-io-auth-action@v1