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.
2 parents 56ad249 + fc68d22 commit 425f87fCopy full SHA for 425f87f
.github/workflows/release-plz.yml
@@ -18,13 +18,13 @@ jobs:
18
uses: actions/checkout@v4
19
with:
20
fetch-depth: 0
21
- token: ${{ secrets.GITHUB_TOKEN }}
+ token: ${{ secrets.RELEASE_TOKEN }}
22
23
- name: Install Rust toolchain
24
uses: dtolnay/rust-toolchain@stable
25
26
- name: Run release-plz
27
uses: MarcoIeni/release-plz-action@v0.5
28
env:
29
- GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
+ GITHUB_TOKEN: ${{ secrets.RELEASE_TOKEN }}
30
CARGO_REGISTRY_TOKEN: ${{ secrets.CARGO_REGISTRY_TOKEN }}
0 commit comments