Skip to content

Commit 0e16f8d

Browse files
committed
Take the token out of the dry run
AFAIK crates.io doesn't even have a "meta" endpoint to let you check the validity of a token. Or maybe it's just not clear to me from the docs.
1 parent 32ccece commit 0e16f8d

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

.github/workflows/deep-tests.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,8 +24,6 @@ jobs:
2424
rustc --version
2525
- name: Try Publishing
2626
run: cargo publish --dry-run
27-
env:
28-
CARGO_REGISTRY_TOKEN: ${{ secrets.CARGO_REGISTRY_TOKEN }}
2927

3028
read-msrv:
3129
runs-on: ubuntu-24.04

0 commit comments

Comments
 (0)