Skip to content

Commit

Permalink
chore: use BOT_TOKEN in actions (#107)
Browse files Browse the repository at this point in the history
  • Loading branch information
holtgrewe committed Dec 22, 2023
1 parent c6cf5dd commit c518fc5
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/release-please.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@ jobs:
with:
release-type: rust
package-name: ${{ env.PACKAGE_NAME}}
token: ${{ secrets.BOT_TOKEN }}

cargo-release:
needs: release-please
Expand Down

0 comments on commit c518fc5

Please sign in to comment.