summaryrefslogtreecommitdiffhomepage
path: root/.github/workflows/send_autobuild_webdocs_ping.yml
diff options
context:
space:
mode:
author_Tradam <[email protected]>2023-05-09 22:17:15 -0400
committerGitHub <[email protected]>2023-05-09 22:17:15 -0400
commitdeac8e9970393624b57cde65a197d4b451dd1c62 (patch)
treebf81f7a1440d6ac3042a3527efebd728bf5f0966 /.github/workflows/send_autobuild_webdocs_ping.yml
parent9c64655189d2a5e611c4288c3bea1393af22285a (diff)
downloadRodeoKit-deac8e9970393624b57cde65a197d4b451dd1c62.tar.gz
RodeoKit-deac8e9970393624b57cde65a197d4b451dd1c62.zip
Update send_autobuild_webdocs_ping.yml
Diffstat (limited to '.github/workflows/send_autobuild_webdocs_ping.yml')
-rw-r--r--.github/workflows/send_autobuild_webdocs_ping.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/send_autobuild_webdocs_ping.yml b/.github/workflows/send_autobuild_webdocs_ping.yml
index ee08c6e..5d60d0c 100644
--- a/.github/workflows/send_autobuild_webdocs_ping.yml
+++ b/.github/workflows/send_autobuild_webdocs_ping.yml
@@ -12,7 +12,7 @@ jobs:
run: |
curl -X post https://api.github.com/repos/CatgirlsRodeo/dev.catgirls.rodeo/dispatches \
-H "Accept: application/vnd.github+json" \
- -H "Authorization: Bearer ${{ secrets.access_token }} \
+ -H "Authorization: Bearer ${{ secrets.access_token }}" \
-d '{"event_type":"on-demand-test","client_payload":{"unit":false,"integration":true}}'