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 cc4b5dc commit d6c0939Copy full SHA for d6c0939
.github/workflows/update-schemas.yml
@@ -12,7 +12,14 @@ jobs:
12
repository-dispatch:
13
runs-on: ubuntu-latest
14
steps:
15
- - name: Send repository dispatch
+ - name: Send repository dispatch to contentauth/opensource.contentauth.org
16
+ uses: peter-evans/repository-dispatch@v4
17
+ with:
18
+ event-type: c2pa-rs-release
19
+ repository: contentauth/json-manifest-reference
20
+ token: ${{ secrets.TRIGGER_JSON_MANIFEST_UPDATE }}
21
+
22
+ - name: Send repository dispatch to contentauth/json-manifest-reference
23
uses: peter-evans/repository-dispatch@v4
24
with:
25
event-type: c2pa-rs-release
0 commit comments