Skip to content

Commit d6c0939

Browse files
ci: Update opensource.contentauth.org doc schemas on new release (#1521)
Co-authored-by: Eric Scouten <[email protected]>
1 parent cc4b5dc commit d6c0939

File tree

1 file changed

+8
-1
lines changed

1 file changed

+8
-1
lines changed

.github/workflows/update-schemas.yml

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,14 @@ jobs:
1212
repository-dispatch:
1313
runs-on: ubuntu-latest
1414
steps:
15-
- name: Send repository dispatch
15+
- 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
1623
uses: peter-evans/repository-dispatch@v4
1724
with:
1825
event-type: c2pa-rs-release

0 commit comments

Comments
 (0)