We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 40456f5 commit 87259b2Copy full SHA for 87259b2
app/templates/docs/trusted-publishing.hbs
@@ -49,7 +49,7 @@
49
50
<ol>
51
<li>Go to your crate's Settings → Trusted Publishing</li>
52
- <li>Click "Add Trusted Publisher" and fill in:
+ <li>Click the "Add" button and fill in:
53
<ul>
54
<li><strong>Repository owner:</strong> Your GitHub username or organization</li>
55
<li><strong>Repository name:</strong> The name of your repository</li>
@@ -76,7 +76,6 @@ jobs:
76
environment: release # Optional: for enhanced security
77
permissions:
78
id-token: write # Required for OIDC token exchange
79
- contents: read # Required to checkout repository
80
steps:
81
- uses: actions/checkout@v4
82
- uses: rust-lang/crates-io-auth-action@v1
0 commit comments