We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7f5dd76 commit 08fc5ddCopy full SHA for 08fc5dd
.github/workflows/release-rust.yaml
@@ -19,10 +19,11 @@ jobs:
19
with:
20
fetch-depth: 0
21
submodules: recursive
22
+ token: ${{ secrets.RELEASE_PLZ_TOKEN }}
23
- name: Install Rust toolchain
24
uses: dtolnay/rust-toolchain@stable
25
- name: Run release-plz
26
uses: MarcoIeni/release-plz-action@v0.5
27
env:
- GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
28
+ GITHUB_TOKEN: ${{ secrets.RELEASE_PLZ_TOKEN }}
29
CARGO_REGISTRY_TOKEN: ${{ secrets.CARGO_REGISTRY_TOKEN }}
0 commit comments