Skip to content

Commit

Permalink
Add ability to publish family providers for updoc workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
turkenf committed Sep 14, 2023
1 parent 9963d73 commit 0f4afbf
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion .github/workflows/updoc.yml
Original file line number Diff line number Diff line change
@@ -1,10 +1,17 @@
name: Updoc

on:
workflow_dispatch: {}
workflow_dispatch:
inputs:
subpackages:
description: "Subpackages to be published individually (e.g. monolith config ec2)"
default: "monolith"
required: false

jobs:
publish-docs:
uses: upbound/uptest/.github/workflows/provider-updoc.yml@main
with:
subpackages: ${{ github.event.inputs.subpackages }}
secrets:
UPBOUND_CI_PROD_BUCKET_SA: ${{ secrets.UPBOUND_CI_PROD_BUCKET_SA }}

0 comments on commit 0f4afbf

Please sign in to comment.