Skip to content

feat: add JsonApiOptions for configurable query limits (#63) #20

feat: add JsonApiOptions for configurable query limits (#63)

feat: add JsonApiOptions for configurable query limits (#63) #20

name: Release Please
permissions:
contents: write
pull-requests: write
on:
push:
branches:
- main
jobs:
release-please:
if: github.event_name == 'push'
name: 🚀 Release Please
runs-on: ubuntu-latest
permissions:
contents: write
pull-requests: write
steps:
- uses: actions/create-github-app-token@29824e69f54612133e76f7eaac726eef6c875baf
id: app-token
with:
app-id: ${{ vars.RELEASE_BOT_APP_ID }}
private-key: ${{ secrets.RELEASE_BOT_PRIVATE_KEY }}
- uses: googleapis/release-please-action@16a9c90856f42705d54a6fda1823352bdc62cf38
with:
token: ${{ steps.app-token.outputs.token }}
config-file: .github/release-please-config.json
manifest-file: .github/release-please-manifest.json