Skip to content

Commit

Permalink
Merge pull request #26 from openworld-community/test-repository-dispatch
Browse files Browse the repository at this point in the history
Test repository dispatch
  • Loading branch information
kosmos-954 authored Jul 8, 2023
2 parents 9a28ac8 + 1be9eb5 commit cf2dd8d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/.gh-pages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@ jobs:
curl -L \
-X POST \
-H "Accept: application/vnd.github+json" \
-H "Authorization: Bearer ${{secrets.PAT_TOKEN_REP }}"\
-H "Authorization: Bearer ${{secrets.GITHUB_TOKEN }}"\
-H "X-GitHub-Api-Version: 2022-11-28" \
https://api.github.com/repos/openworld-community/event-manager-telegram-bot/dispatches \
-d '{"event_type":"frontend_deploy","client_payload":{"env":"${{ github.ref_name }}"}}'
Expand Down

0 comments on commit cf2dd8d

Please sign in to comment.