Skip to content

Update adopt-blockchain-on-netherlands-affiliate-marketing-platform.m… #247

Update adopt-blockchain-on-netherlands-affiliate-marketing-platform.m…

Update adopt-blockchain-on-netherlands-affiliate-marketing-platform.m… #247

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: "note.d.foundation",
workflow_id: 'dispatch.yml',
ref: 'main',
})