mirror of https://github.com/sveltejs/svelte
chore: add sync request workflow (#14055)
parent
4a5a0b15d9
commit
dc3c82cb2d
@ -0,0 +1,21 @@
|
||||
name: Sync request
|
||||
|
||||
on:
|
||||
push:
|
||||
branches:
|
||||
- main
|
||||
|
||||
jobs:
|
||||
dispatch:
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- name: Repository Dispatch
|
||||
uses: peter-evans/repository-dispatch@v3
|
||||
with:
|
||||
token: ${{ secrets.SYNC_REQUEST_TOKEN }}
|
||||
repository: sveltejs/svelte.dev
|
||||
event-type: sync-request
|
||||
client-payload: |-
|
||||
{
|
||||
"package": "svelte"
|
||||
}
|
Loading…
Reference in new issue