Skip to content

Merge pull request #38 from codex-team/fix-vue-types #35

Merge pull request #38 from codex-team/fix-vue-types

Merge pull request #38 from codex-team/fix-vue-types #35

name: Update mono repository
on:
push:
branches:
- master
env:
REPOSITORY_MONO_PATH: types
jobs:
build:
runs-on: ubuntu-20.04
steps:
- name: Mono repository update
uses: peter-evans/repository-dispatch@v1
with:
token: ${{ secrets.HAWK_MONO_TOKEN }}
event-type: submodule-changed
repository: codex-team/hawk.mono
client-payload: '{"ref": "${{ github.ref }}", "sha": "${{ github.sha }}", "path": "${{ env.REPOSITORY_MONO_PATH }}"}'