Skip to content

Manually invoke client updates for API change #2

Manually invoke client updates for API change

Manually invoke client updates for API change #2

name: "Manually invoke client updates for API change"
on:
workflow_dispatch:
inputs:
buftag:
description: "Tag or commit from https://buf.build/authzed/api/tags/main"
required: true
type: "string"
jobs:
node:
name: "Invoke authzed-node action for update"
uses: "authzed/authzed-node/.github/workflows/automatic-api-update.yaml@main"
with:
buftag: "${{ inputs.buftag }}"