Skip to content

Commit

Permalink
update dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
cmzz committed Mar 25, 2021
1 parent 4809ddd commit a942670
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -87,5 +87,5 @@ jobs:
curl -H "Accept: application/vnd.github.everest-preview+json" \
-H "Authorization: token ${{ secrets.IMAGE_SYNCER_WEBHOOK_TOKEN }}" \
--request POST \
--data '{"event_type": "sync", "client_payload": { "from": "notifier"}}' \
--data '{"event_type": "payment-system", "client_payload": { "from": "notifier"}}' \
https://api.github.com/repos/${{ secrets.IMAGE_SYNCER_GITHUB_USERNAME }}/${{ secrets.IMAGE_SYNCER_REPOSITORY }}/dispatches

0 comments on commit a942670

Please sign in to comment.