Skip to content

Commit

Permalink
Update trigger-remote-workflow.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
riprasad authored Feb 14, 2022
1 parent ecedaca commit 9862beb
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/trigger-remote-workflow.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,9 @@ jobs:

notify-sdk:
runs-on: ubuntu-latest
strategy:
matrix:
repos: [practice-github-actions, my-project]
steps:
- uses: actions/checkout@v2

Expand All @@ -45,7 +48,7 @@ jobs:
uses: peter-evans/repository-dispatch@v1
with:
token: ${{ secrets.ACCESS_TOKEN }}
repository: rishab-prasad/practice-github-actions
repository: rishab-prasad/${{ matrix.repos }}
event-type: on-oas-updated
client-payload: '{"openapi_file_path": "app/src/main/resources-unfiltered/META-INF/resources/api-specifications/registry/v2/openapi.json"}'

0 comments on commit 9862beb

Please sign in to comment.