Skip to content

Commit

Permalink
Update steampipe-anywhere.yml to use a new workflow in the steampipe …
Browse files Browse the repository at this point in the history
…workflows repository
  • Loading branch information
misraved committed May 3, 2024
1 parent af6d43b commit 25f828a
Showing 1 changed file with 7 additions and 2 deletions.
9 changes: 7 additions & 2 deletions .github/workflows/steampipe-anywhere.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,14 @@ on:
push:
tags:
- 'v*'


workflow_dispatch:
inputs:
version:
description: "The version to release (must be prefixed with 'v')"
required: true

jobs:
anywhere_publish_workflow:
uses: turbot/steampipe-workflows/.github/workflows/steampipe-anywhere.yml@main
uses: turbot/steampipe-workflows/.github/workflows/steampipe-anywhere-kubernetes.yml@main
secrets: inherit

0 comments on commit 25f828a

Please sign in to comment.