Skip to content

Trigger update on Meta Box AIO #2

Trigger update on Meta Box AIO

Trigger update on Meta Box AIO #2

name: Trigger update on Meta Box AIO
on:
workflow_dispatch:
branch:
- master
jobs:
trigger-aio-update:
runs-on: ubuntu-latest
steps:
- name: Trigger update on Meta Box AIO
uses: actions/github-script@v6
with:
script: |
github.rest.actions.createWorkflowDispatch({
owner: 'wpmetabox',
repo: 'meta-box-aio',
workflow_id: 'update-from-extensions.yml',
ref: 'master',
});
env:
GITHUB_TOKEN: ${{ secrets.ACCESS_TOKEN }}