Skip to content

Merge commit 'ed3ac4e44ba6a987ae070a9dc8e66c6d5f5f9342' #668

Merge commit 'ed3ac4e44ba6a987ae070a9dc8e66c6d5f5f9342'

Merge commit 'ed3ac4e44ba6a987ae070a9dc8e66c6d5f5f9342' #668

Workflow file for this run

name: Dispatch Workflow
on:
push:
branches:
- main
jobs:
dispatch:
runs-on: ubuntu-latest
steps:
- name: Trigger Workflow
uses: actions/github-script@v6
with:
github-token: ${{secrets.DWARVES_PAT}}
script: |
github.rest.actions.createWorkflowDispatch({
owner: context.repo.owner,
repo: "memo.d.foundation",
workflow_id: 'dispatch.yml',
ref: 'main',
})