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 0c9e396 commit 6a4c4f4Copy full SHA for 6a4c4f4
.github/workflows/publish.yml
@@ -21,10 +21,10 @@ jobs:
21
fetch-depth: 0
22
- name: Install Rust toolchain
23
uses: dtolnay/rust-toolchain@stable
24
+ - uses: rust-lang/crates-io-auth-action@v1
25
+ id: auth
26
- name: Run release-plz
27
uses: MarcoIeni/[email protected]
- with:
- command: release
28
env:
29
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
30
- CARGO_REGISTRY_TOKEN: ${{ secrets.CARGO_REGISTRY_TOKEN }}
+ CARGO_REGISTRY_TOKEN: ${{ steps.auth.outputs.token }}
0 commit comments