Skip to content

v0.10.0-nightly-20240423 #94

v0.10.0-nightly-20240423

v0.10.0-nightly-20240423 #94

Workflow file for this run

name: Trigger Website
on:
release:
jobs:
trigger:
runs-on: ubuntu-latest
steps:
- uses: actions/github-script@v6
with:
github-token: ${{ secrets.NAVI_WEBSITE_TOKEN }}
script: |
await github.rest.actions.createWorkflowDispatch({
owner: 'navi-language',
repo: 'website',
workflow_id: 'publish.yml',
ref: 'main'
})