We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3d1d5ce commit 0b9976aCopy full SHA for 0b9976a
.github/workflows/run-tests.yml
@@ -47,4 +47,11 @@ jobs:
47
run: vendor/bin/phpunit
48
49
- name: Trigger site workflow
50
- uses: hotwired-laravel/turbo-laravel-site/.github/workflows/publish.yml@main
+ run: |
51
+ curl -L \
52
+ -X POST \
53
+ -H "Accept: application/vnd.github+json" \
54
+ -H "Authorization: Bearer ${{ secrets.WORKFLOW_PAT }}" \
55
+ -H "X-GitHub-Api-Version: 2022-11-28" \
56
+ -d '{"event_type":"publish-workflow"}' \
57
+ https://api.github.com/repos/hotwired-laravel/turbo-laravel-site/actions/workflows/publish.yml/dispatches
0 commit comments