Skip to content

Commit 3ea21b3

Browse files
committed
chore(workflow): add GitHub token for release-please action
- Included GITHUB_TOKEN in the release-please action to enable authentication for automated releases.
1 parent a314ba0 commit 3ea21b3

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

.github/workflows/rust.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,9 +35,8 @@ jobs:
3535
- uses: google-github-actions/release-please-action@v4
3636
id: release
3737
with:
38-
# Tells release-please this is a Rust project.
39-
# It will look for Cargo.toml and update the version there.
4038
release-type: rust
39+
token: ${{ secrets.GITHUB_TOKEN }}
4140
# Explicitly provide the package name if Cargo.toml is not at the root,
4241
# or if you want to be very specific.
4342

0 commit comments

Comments
 (0)