Skip to content

build: vue and ci (#556) #19

build: vue and ci (#556)

build: vue and ci (#556) #19

Workflow file for this run

name: Dispatch sync to private repo
on:
push:
branches:
- main
jobs:
dispatch:
runs-on: ubuntu-latest
steps:
- name: Notify private repo to sync
uses: peter-evans/repository-dispatch@v2
with:
token: ${{ secrets.PR_ACTION }}
repository: GreptimeTeam/dashboard-private
event-type: sync-upstream
client-payload: |
{
"ref": "${{ github.ref }}",
"sha": "${{ github.sha }}"
}