Skip to content

feat(auth): add OAuth 2.1 client admin endpoints (#809) #362

feat(auth): add OAuth 2.1 client admin endpoints (#809)

feat(auth): add OAuth 2.1 client admin endpoints (#809) #362

Workflow file for this run

name: Release
on:
push:
branches:
- main
- release/*
workflow_dispatch:
permissions:
contents: write
pull-requests: write
jobs:
release-please:
runs-on: ubuntu-latest
steps:
- uses: googleapis/release-please-action@v4
id: release
with:
target-branch: ${{ github.ref_name }}