Skip to content

update example in flowpipe-hcl/variable for new capabilities-- connec… #142

update example in flowpipe-hcl/variable for new capabilities-- connec…

update example in flowpipe-hcl/variable for new capabilities-- connec… #142

name: Trigger the preview build in flowpipe.io
on:
workflow_dispatch:
push:
branches-ignore:
- "main"
jobs:
update:
runs-on: ubuntu-latest
if: ${{ github.event_name == 'push' }}
steps:
- name: Repository Dispatch
uses: peter-evans/repository-dispatch@v2
with:
token: ${{ secrets.G_PERSONAL_ACCESS_TOKEN }}
repository: turbotio/flowpipe.io
event-type: build-preview
client-payload: '{"ref": "${{ github.ref }}", "sha": "${{ github.sha }}", "ref_name": "${{ github.ref_name }}"}'