Skip to content

ci: Fix deprecation warning (#98) #81

ci: Fix deprecation warning (#98)

ci: Fix deprecation warning (#98) #81

on:
push:
branches:
- main
permissions:
contents: write
pull-requests: write
name: release-please
jobs:
release-please:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v4
with:
fetch-depth: 0
- id: token
uses: tibdex/github-app-token@v2
with:
app_id: ${{ secrets.HELPER_BOT_APP_ID }}
private_key: ${{ secrets.HELPER_BOT_PRIVATE_KEY }}
- uses: googleapis/release-please-action@v4
with:
release-type: rust
token: ${{ steps.token.outputs.token }}