diff options
| author | _Tradam <[email protected]> | 2023-05-09 23:06:07 -0400 |
|---|---|---|
| committer | GitHub <[email protected]> | 2023-05-09 23:06:07 -0400 |
| commit | 2eac016befebf6153cc3306ac1d584e34da29f6f (patch) | |
| tree | 32ea820c968d581b10a102492d6628d246e45852 /.github/workflows | |
| parent | ea2b319f29507eadb14167ff60a474f874450dcf (diff) | |
| download | RodeoKit-2eac016befebf6153cc3306ac1d584e34da29f6f.tar.gz RodeoKit-2eac016befebf6153cc3306ac1d584e34da29f6f.zip | |
Update send_autobuild_webdocs_ping.yml
Diffstat (limited to '.github/workflows')
| -rw-r--r-- | .github/workflows/send_autobuild_webdocs_ping.yml | 2 |
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: | |
