Skip to content

Commit 5d9d773

Browse files
committed
ci(.github): add event_type to dispatch payload
Signed-off-by: Vaughn Dice <vaughn.dice@fermyon.com>
1 parent 26cfead commit 5d9d773

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/dispatch.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,4 +33,4 @@ jobs:
3333
token: ${{ secrets.DEST_REPO_ACCESS_TOKEN }}
3434
repository: ${{ secrets.DEST_REPO }}
3535
event-type: spin-docs-updated
36-
client-payload: '{"ref": "${{ github.ref }}", "sha": "${{ github.sha }}"}'
36+
client-payload: '{"event_type": "spin-docs-updated", "ref": "${{ github.ref }}", "sha": "${{ github.sha }}"}'

0 commit comments

Comments
 (0)