Skip to content

Commit

Permalink
Merge pull request #81 from josephschorr/manual-client-updates
Browse files Browse the repository at this point in the history
Add manual workflow for kicking off updates in client libs
  • Loading branch information
josephschorr authored Sep 7, 2023
2 parents 3522579 + 1ed4b6e commit f7cd97f
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 f7cd97f

Please sign in to comment.