Skip to content

Commit

Permalink
fixup! Automatically trigger build of powa-archivist-git
Browse files Browse the repository at this point in the history
  • Loading branch information
rjuju committed Jun 16, 2024
1 parent e68780f commit ab0002f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/powa_archivist_git.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
curl -L \
-X POST \
-H "Accept: application/vnd.github+json" \
-H "Authorization: Bearer ${{ secret.DISPATCH_TOKEN }}" \
-H "Authorization: Bearer ${{ secrets.DISPATCH_TOKEN }}" \
-H "X-GitHub-Api-Version: 2022-11-28" \
https://api.github.com/repos/$org/$repo/dispatches \
-d "{\"event_type\": \"$event_type\"}"

0 comments on commit ab0002f

Please sign in to comment.