Skip to content

Commit 87259b2

Browse files
authored
docs: Update trusted publishing UI text and workflow example (#11473)
1 parent 40456f5 commit 87259b2

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

app/templates/docs/trusted-publishing.hbs

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@
4949

5050
<ol>
5151
<li>Go to your crate's Settings → Trusted Publishing</li>
52-
<li>Click "Add Trusted Publisher" and fill in:
52+
<li>Click the "Add" button and fill in:
5353
<ul>
5454
<li><strong>Repository owner:</strong> Your GitHub username or organization</li>
5555
<li><strong>Repository name:</strong> The name of your repository</li>
@@ -76,7 +76,6 @@ jobs:
7676
environment: release # Optional: for enhanced security
7777
permissions:
7878
id-token: write # Required for OIDC token exchange
79-
contents: read # Required to checkout repository
8079
steps:
8180
- uses: actions/checkout@v4
8281
- uses: rust-lang/crates-io-auth-action@v1

0 commit comments

Comments
 (0)