Commit 8d78607
fix(ci): add crates-io-auth-action for Trusted Publishing
The deploy workflow was missing the rust-lang/crates-io-auth-action
step which exchanges the OIDC token for a crates.io publish token.
Changes:
- Add rust-lang/crates-io-auth-action@v1 step
- Pass token via CARGO_REGISTRY_TOKEN env var
- Remove environment: crates.io (not required)
- Update AGENTS.md with correct setup instructions
Co-Authored-By: Claude <noreply@anthropic.com>1 parent 6c3bf1c commit 8d78607
2 files changed
+9
-5
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
8 | 8 | | |
9 | 9 | | |
10 | 10 | | |
11 | | - | |
12 | 11 | | |
13 | 12 | | |
14 | 13 | | |
| |||
21 | 20 | | |
22 | 21 | | |
23 | 22 | | |
| 23 | + | |
| 24 | + | |
24 | 25 | | |
25 | 26 | | |
| 27 | + | |
| 28 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
164 | 164 | | |
165 | 165 | | |
166 | 166 | | |
167 | | - | |
168 | | - | |
169 | | - | |
170 | | - | |
| 167 | + | |
| 168 | + | |
| 169 | + | |
| 170 | + | |
| 171 | + | |
171 | 172 | | |
172 | 173 | | |
173 | 174 | | |
| |||
0 commit comments