Skip to content

Commit e10fd25

Browse files
ci: auto update schema docs on site on new release (#1493)
* ci: auto update schema docs on site on new release * fix: use correct PAT Co-authored-by: Eric Scouten <[email protected]> * ci: remove review note --------- Co-authored-by: Eric Scouten <[email protected]>
1 parent 539adaa commit e10fd25

File tree

1 file changed

+20
-0
lines changed

1 file changed

+20
-0
lines changed
Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,20 @@
1+
name: Update schemas in contentauth/json-manifest-reference
2+
on:
3+
push:
4+
tags:
5+
- "c2pa-v*"
6+
workflow_dispatch:
7+
8+
permissions:
9+
contents: read
10+
11+
jobs:
12+
repository-dispatch:
13+
runs-on: ubuntu-latest
14+
steps:
15+
- name: Send repository dispatch
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 }}

0 commit comments

Comments
 (0)