Skip to content

Fix callouts (#200) #155

Fix callouts (#200)

Fix callouts (#200) #155

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 }}"}'