Skip to content

Merge branch 'fix' #279

Merge branch 'fix'

Merge branch 'fix' #279

on:
push:
branches:
- 'main'
permissions:
contents: read
jobs:
trigger:
runs-on: ubuntu-latest
steps:
- uses: actions/github-script@v7
with:
github-token: ${{ secrets.WEBGPU_GITHUB_TOKEN }}
script: |
await github.request('POST /repos/{owner}/{repo}/dispatches', {
owner: 'takram-design-engineering',
repo: 'three-geospatial-webgpu',
event_type: 'deploy',
client_payload: {
sha: context.sha,
ref: 'main'
}
})