Manually invoke client updates for API change #2
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 }}" |