Skip to content

Commit

Permalink
fix release-plz cargo token
Browse files Browse the repository at this point in the history
  • Loading branch information
SichangHe committed May 17, 2024
1 parent 1e31d05 commit dbdde48
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release-plz.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,6 @@ jobs:
uses: MarcoIeni/release-plz-action@v0.5
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
CARGO_REGISTRY_TOKEN: ${{ secrets.CARGO_REGISTRY_TOKEN }}
CARGO_REGISTRY_TOKEN: ${{ secrets.CARGO_CREDENTIALS }}
with:
project_manifest: Cargo.toml

0 comments on commit dbdde48

Please sign in to comment.