We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8fcf964 commit 55f8275Copy full SHA for 55f8275
.github/workflows/test-repository-dispatch.yaml
@@ -0,0 +1,17 @@
1
+# Copyright AGNTCY Contributors (https://github.com/agntcy)
2
+# SPDX-License-Identifier: Apache-2.0
3
+
4
+name: test-reusable-components-action
5
+on:
6
+ workflow_dispatch:
7
+ pull_request:
8
9
+jobs:
10
+ trigger-integration-workflow:
11
+ runs-on: ubuntu-latest
12
+ steps:
13
+ - name: Repository Dispatch
14
+ uses: peter-evans/repository-dispatch@v3
15
+ with:
16
+ event-type: test_image
17
+ client-payload: '{"directory-image-tag": "v0.2.1", "gateway-image-tag": "0.3.11"}'
0 commit comments