From d563d08694211ebfdcab0c86cf2bfc61265a3d98 Mon Sep 17 00:00:00 2001 From: harshad-symbl <86946393+harshad-symbl@users.noreply.github.com> Date: Thu, 27 Jan 2022 10:32:19 +0530 Subject: [PATCH] Update master.yaml --- .github/workflows/master.yaml | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/.github/workflows/master.yaml b/.github/workflows/master.yaml index 8b1e2d4a..829bb2da 100644 --- a/.github/workflows/master.yaml +++ b/.github/workflows/master.yaml @@ -4,13 +4,13 @@ on: - 'master' jobs: - build: - name: Build + trigger-circleci: runs-on: ubuntu-latest steps: - - name: Repository Dispatch - uses: peter-evans/repository-dispatch@v1 - with: - token: ${{ secrets.REPO_ACCESS_TOKEN }} - repository: ${{ secrets.REPO_NAME }} - event-type: build-production + - name: Trigger exiting circleci job + uses: zivkaziv/circleci-trigger-github-action@master + with: + token: ${{ secrets.CCI_DOCS_TOKEN }} + branch: master + org: rammerai + repo: docs-v1