Skip to content

Commit

Permalink
chore: use bot token for release-please (#12)
Browse files Browse the repository at this point in the history
  • Loading branch information
holtgrewe committed Sep 12, 2023
1 parent fed4d08 commit ca1aafe
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 @@ -15,6 +15,7 @@ jobs:
with:
release-type: rust
package-name: rocksdb-utils-lookup
token: ${{ secrets.BOT_TOKEN }}

- uses: actions/checkout@v3
if: ${{ steps.release.outputs.release_created }}
Expand Down

0 comments on commit ca1aafe

Please sign in to comment.