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 15199df commit 09dd9daCopy full SHA for 09dd9da
1 file changed
.github/workflows/publish.yml
@@ -8,7 +8,6 @@ on:
8
9
permissions:
10
contents: read
11
- id-token: write
12
13
jobs:
14
publish:
@@ -61,10 +60,7 @@ jobs:
61
60
run: cargo rustdoc --all-features -- -D missing_docs
62
- name: Dry run
63
run: cargo publish --dry-run
64
- - name: Authenticate with crates.io
65
- id: auth
66
- uses: rust-lang/crates-io-auth-action@v1
67
- name: Publish
68
env:
69
- CARGO_REGISTRY_TOKEN: ${{ steps.auth.outputs.token }}
+ CARGO_REGISTRY_TOKEN: ${{ secrets.CARGO_REGISTRY_TOKEN }}
70
run: cargo publish --no-verify
0 commit comments