summaryrefslogtreecommitdiffhomepage
path: root/.github
diff options
context:
space:
mode:
author_Tradam <[email protected]>2023-05-09 23:06:07 -0400
committerGitHub <[email protected]>2023-05-09 23:06:07 -0400
commit2eac016befebf6153cc3306ac1d584e34da29f6f (patch)
tree32ea820c968d581b10a102492d6628d246e45852 /.github
parentea2b319f29507eadb14167ff60a474f874450dcf (diff)
downloadRodeoKit-2eac016befebf6153cc3306ac1d584e34da29f6f.tar.gz
RodeoKit-2eac016befebf6153cc3306ac1d584e34da29f6f.zip
Update send_autobuild_webdocs_ping.yml
Diffstat (limited to '.github')
-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 d614178..91129c9 100644
--- a/.github/workflows/send_autobuild_webdocs_ping.yml
+++ b/.github/workflows/send_autobuild_webdocs_ping.yml
@@ -31,7 +31,7 @@ jobs:
- name: remote stuff
run: |
- curl -XPOST -u "${{ secrets.ACCESS_TOKEN }}" -H "Accept: application/vnd.github.everest-preview+json" -H "Content-Type: application/json" https://api.github.com/repos/CatgirlsRodeo/dev.catgirls.rodeo/dispatches --data '{"event_type": "build_application"}'
+ curl -XPOST -u "realtradam:${{ secrets.ACCESS_TOKEN }}" -H "Accept: application/vnd.github.everest-preview+json" -H "Content-Type: application/json" https://api.github.com/repos/CatgirlsRodeo/dev.catgirls.rodeo/dispatches --data '{"event_type": "build_application"}'
# Runs a set of commands using the runners shell
- name: Run a multi-line script
run: |