From 466b39f600139940a0ed1671f65d6debd1b719d1 Mon Sep 17 00:00:00 2001 From: Tobias Bieniek Date: Mon, 30 Jun 2025 11:10:49 +0200 Subject: [PATCH] docs: Update trusted publishing UI text and workflow example --- app/templates/docs/trusted-publishing.hbs | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) 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 @@
  1. Go to your crate's Settings → Trusted Publishing
  2. -
  3. Click "Add Trusted Publisher" and fill in: +
  4. 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