Skip to content

fix: add CSP hashes/nonces to inline styles when using (#13232) #121

fix: add CSP hashes/nonces to inline styles when using (#13232)

fix: add CSP hashes/nonces to inline styles when using (#13232) #121

Workflow file for this run

# https://github.com/sveltejs/svelte.dev/blob/main/apps/svelte.dev/scripts/sync-docs/README.md
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": "kit"
}