From b682c9c63ba5b17fa442fa7da8624274d1c199c1 Mon Sep 17 00:00:00 2001 From: Jacob Blain Christen Date: Thu, 10 Dec 2020 14:40:49 -0700 Subject: [PATCH] fix the k3s-upgrade dispatch (#2679) (#2681) Signed-off-by: Jacob Blain Christen --- scripts/dispatch | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/dispatch b/scripts/dispatch index e9a5622eaa..50f37f8470 100755 --- a/scripts/dispatch +++ b/scripts/dispatch @@ -2,7 +2,7 @@ set -e set -x -REPO="https://api.github.com/repos/rancher/k3s-upgrade/dispatches" +REPO="https://api.github.com/repos/k3s-io/k3s-upgrade/dispatches" # send dispatch event to REPO curl -XPOST -u "${PAT_USERNAME}:${PAT_TOKEN}" \