fix the k3s-upgrade dispatch (#2679)

Signed-off-by: Jacob Blain Christen <jacob@rancher.com>
pull/2702/head
Jacob Blain Christen 4 years ago committed by GitHub
parent 9b62903ae3
commit bae2607fd9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -2,7 +2,7 @@
set -e set -e
set -x 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 # send dispatch event to REPO
curl -XPOST -u "${PAT_USERNAME}:${PAT_TOKEN}" \ curl -XPOST -u "${PAT_USERNAME}:${PAT_TOKEN}" \

Loading…
Cancel
Save