Skip to content

Commit 59cc4af

Browse files
committed
ci(integrations): add test workflow to test trigger
Signed-off-by: Árpád Csepi <csepi.arpad@outlook.com>
1 parent 8fcf964 commit 59cc4af

File tree

1 file changed

+19
-0
lines changed

1 file changed

+19
-0
lines changed
Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,19 @@
1+
# Copyright AGNTCY Contributors (https://github.com/agntcy)
2+
# SPDX-License-Identifier: Apache-2.0
3+
4+
name: test-repository-dispatch-trigger
5+
on:
6+
workflow_dispatch:
7+
pull_request:
8+
9+
jobs:
10+
trigger-integration-workflow:
11+
permissions:
12+
contents: 'write'
13+
runs-on: ubuntu-latest
14+
steps:
15+
- name: Repository Dispatch
16+
uses: peter-evans/repository-dispatch@v3
17+
with:
18+
event-type: test_image
19+
client-payload: '{"directory-image-tag": "v0.2.1", "gateway-image-tag": "0.3.11"}'

0 commit comments

Comments
 (0)