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 59cc4afCopy full SHA for 59cc4af
.github/workflows/test-repository-dispatch.yaml
@@ -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