refactor: publish.yml dispatches deploy-website instead of workflow_run

Co-authored-by: aaronpowell <434140+aaronpowell@users.noreply.github.com>
This commit is contained in:
copilot-swe-agent[bot]
2026-02-27 00:01:00 +00:00
parent 17c76fede5
commit 8161d1415d
2 changed files with 7 additions and 10 deletions

View File

@@ -10,6 +10,7 @@ concurrency:
permissions:
contents: write
actions: write
jobs:
publish:
@@ -52,3 +53,8 @@ jobs:
git add -f plugins/*/agents/ plugins/*/skills/
git commit -m "chore: publish from staged" --allow-empty
git push origin HEAD:main --force
- name: Dispatch website deployment
run: gh workflow run deploy-website.yml --ref main
env:
GH_TOKEN: ${{ github.token }}