Skip to content

Commit

Permalink
fix dispatch
Browse files Browse the repository at this point in the history
  • Loading branch information
WilliamDiakite committed Nov 1, 2023
1 parent a688ad2 commit a27c86b
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 14 deletions.
14 changes: 14 additions & 0 deletions .github/workflows/dispatch.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
name: Dispatch workflow event
on: [workflow_dispatch]
jobs:
dispatch_event:
runs-on: ubuntu-latest
steps:
- name: Post dispatch
run: |
curl -X POST \
-H "Accept: application/vnd.github+json" \
-H "Authorization: Bearer ${{ secrets.CLIENT_WEBHOOK_TOKEN }}" \
-H "X-GitHub-Api-Version: 2022-11-28" \
https://api.github.com/repos/ouvroir/website/actions/workflows/deploy.yml/dispatches \
-d '{"ref":"main"}'
14 changes: 0 additions & 14 deletions dispatch.yml

This file was deleted.

0 comments on commit a27c86b

Please sign in to comment.