From d757e66cd5830fe4ab3f2213d7c497fe303ab553 Mon Sep 17 00:00:00 2001 From: Jacob Blain Christen Date: Thu, 10 Dec 2020 14:40:13 -0700 Subject: [PATCH] fix the k3s-upgrade dispatch (#2679) (#2680) 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}" \