Skip to content

Commit

Permalink
Add manual workflow for kicking off updates in client libs
Browse files Browse the repository at this point in the history
Starting with authzed-node and, if this works, will add the other client libs
  • Loading branch information
josephschorr committed Sep 7, 2023
1 parent 3522579 commit 1ed4b6e
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions .github/workflows/manual-client-update.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
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"

0 comments on commit 1ed4b6e

Please sign in to comment.