Skip to content

Updates v0.22.1 (#180) #141

Updates v0.22.1 (#180)

Updates v0.22.1 (#180) #141

name: Trigger the production build
on:
workflow_dispatch:
push:
branches:
- "main"
jobs:
build-production:
runs-on: ubuntu-latest
steps:
- name: Repository Dispatch
uses: peter-evans/repository-dispatch@v2
with:
token: ${{ secrets.G_PERSONAL_ACCESS_TOKEN }}
repository: turbot/steampipe.io
event-type: build-production
client-payload: '{"ref": "${{ github.ref }}", "sha": "${{ github.sha }}", "ref_name": "${{ github.ref_name }}"}'