We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 095679e commit 4507ac9Copy full SHA for 4507ac9
.github/workflows/release-plz.yml
@@ -21,6 +21,10 @@ jobs:
21
with:
22
fetch-depth: 0
23
24
+ - name: Authenticate with crates.io
25
+ uses: rust-lang/crates-io-auth-action@v1
26
+ id: auth
27
+
28
- name: Install Rust toolchain
29
uses: dtolnay/rust-toolchain@f7ccc83f9ed1e5b9c81d8a67d7ad1a747e22a561
30
@@ -30,3 +34,4 @@ jobs:
34
uses: MarcoIeni/release-plz-action@e592230ad39e3ec735402572601fc621aa24355c # v0.5.124
31
35
env:
32
36
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
37
+ CARGO_REGISTRY_TOKEN: ${{ steps.auth.outputs.token }}
0 commit comments