Workflow file for this run
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: Reusable Proto Deploy Workflow | ||
on: | ||
workflow_call: | ||
inputs: | ||
proto-directory: | ||
required: true | ||
type: string | ||
updateable-deps: | ||
description: 'csv of local dependencies which may need to be updated' | ||
required: false | ||
type: string | ||
secrets: | ||
BUF_TOKEN: | ||
required: true | ||
jobs: | ||
deploy: | ||
runs-on: ubuntu-latest |