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 e899721 commit 921e694Copy full SHA for 921e694
.github/workflows/release-plz.yml
@@ -41,8 +41,11 @@ jobs:
41
with:
42
toolchain: stable
43
44
+ - uses: rust-lang/crates-io-auth-action@v1
45
+ id: auth
46
+
47
- name: Run release-plz
48
uses: MarcoIeni/release-plz-action@7419a2cb1535b9c0e852b4dec626967baf65c022 # v0.5.102
49
env:
50
GITHUB_TOKEN: ${{ steps.generate-token.outputs.token }}
- CARGO_REGISTRY_TOKEN: ${{ secrets.CARGO_REGISTRY_TOKEN }}
51
+ CARGO_REGISTRY_TOKEN: ${{ steps.auth.outputs.token }}
0 commit comments