Merge pull request #614 from codex-team/nuxt #148
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: Update mono repository | |
on: | |
push: | |
branches: | |
- master | |
env: | |
REPOSITORY_MONO_PATH: garage | |
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 }}"}' |