Skip to content

chore(deps): bump the non-arrow group with 6 updates (#280) #60

chore(deps): bump the non-arrow group with 6 updates (#280)

chore(deps): bump the non-arrow group with 6 updates (#280) #60

on:
push:
branches:
- main
permissions:
contents: write
issues: write
pull-requests: write
id-token: write
name: release-please
jobs:
release-please:
runs-on: ubuntu-latest
steps:
- uses: actions/create-github-app-token@1b10c78c7865c340bc4f6099eb2f838309f1e8c3 # v3
id: generate-token
with:
app-id: ${{ vars.RELEASE_BOT_CLIENT_ID }}
private-key: ${{ secrets.RELEASE_BOT_PRIVATE_KEY }}
- uses: googleapis/release-please-action@45996ed1f6d02564a971a2fa1b5860e934307cf7 # v5.0.0
with:
token: ${{ steps.generate-token.outputs.token }}