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 db813c6 commit 6a5c4d1Copy full SHA for 6a5c4d1
1 file changed
.github/workflows/release.yml
@@ -26,10 +26,13 @@ jobs:
26
27
- uses: actions-rust-lang/setup-rust-toolchain@v1
28
29
+ - uses: rust-lang/crates-io-auth-action@v1
30
+ id: auth
31
+
32
- uses: MarcoIeni/release-plz-action@v0.5
33
env:
34
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
- CARGO_REGISTRY_TOKEN: ${{ secrets.CARGO_REGISTRY_TOKEN }}
35
+ CARGO_REGISTRY_TOKEN: ${{ steps.auth.outputs.token }}
36
37
deploy-website:
38
needs: release-rust-crates
0 commit comments