summaryrefslogtreecommitdiffstats
path: root/.travis
diff options
context:
space:
mode:
Diffstat (limited to '.travis')
-rwxr-xr-x.travis/trigger_artifact_build.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/.travis/trigger_artifact_build.sh b/.travis/trigger_artifact_build.sh
index cbc295340f..3ec5d02d02 100755
--- a/.travis/trigger_artifact_build.sh
+++ b/.travis/trigger_artifact_build.sh
@@ -7,7 +7,7 @@ type="${3}"
resp="$(curl -X POST \
-H 'Accept: application/vnd.github.v3+json' \
-H "Authorization: Bearer ${token}" \
- "https://api.github.com/repos/netdata/netdata/actions/workflows/release-build.yml/dispatches" \
+ "https://api.github.com/repos/netdata/netdata/actions/workflows/build.yml/dispatches" \
-d "{\"ref\": \"master\", \"inputs\": {\"version\": \"${version}\", \"type\": \"${type}\"}}")"
if [ -z "${resp}" ]; then