Skip to content

Lock file maintenance #7

Lock file maintenance

Lock file maintenance #7

Workflow file for this run

name: Publish docs
on:
push:
branches:
- "[0-9]+.[0-9]+.x"
release:
types:
- published
jobs:
trigger:
runs-on: ubuntu-latest
steps:
- name: Trigger workflow in other repo
run: |
curl -L -X POST \
-H "Accept: application/vnd.github+json" \
-H "Authorization: Bearer ${{ secrets.ORGANIZATION_ADMIN_TOKEN }}" \
-H "X-GitHub-Api-Version: 2026-03-10" \
https://api.github.com/repos/patchlevel/patchlevel.dev/actions/workflows/prod-deployment.yaml/dispatches \
-d '{"ref":"main"}'