Skip to content

Commit

Permalink
ci: Use helper bot for release-please (#66)
Browse files Browse the repository at this point in the history
  • Loading branch information
MikuroXina authored Sep 21, 2023
1 parent 4e9ed41 commit 53155fd
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .github/workflows/release-please.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,14 @@ jobs:
release-please:
runs-on: ubuntu-latest
steps:
- id: token
uses: tibdex/github-app-token@v2
with:
app_id: ${{ secrets.HELPER_BOT_APP_ID }}
private_key: ${{ secrets.HELPER_BOT_PRIVATE_KEY }}

- uses: google-github-actions/release-please-action@v3
with:
token: ${{ steps.token.outputs.token }}
release-type: rust
package-name: rich-sdl2-rust

0 comments on commit 53155fd

Please sign in to comment.