We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 8c31142 + b044638 commit 137e362Copy full SHA for 137e362
1 file changed
.github/workflows/buildMain.yml
@@ -62,9 +62,9 @@ jobs:
62
- name: Multiple Repositories Dispatcher
63
uses: guilouro/multiple-repositories-dispatch@v1.0.0
64
with:
65
- token: ${{ secrets.REPO_ACCESS_TOKEN }}
+ repo_token: ${{ secrets.REPO_ACCESS_TOKEN }}
66
+ event_type: dispatch-katacoda-scenarios
67
repositories: |
68
devonfw-tutorials/wiki-tutorials
69
devonfw-tutorials/katacoda-scenarios
- event-type: dispatch-katacoda-scenarios
70
- client-payload: '{"tutorial": "${{ matrix.tutorial }}"}'
+ client_payload: '{"tutorial": "${{ matrix.tutorial }}"}'
0 commit comments