mirror of
https://github.com/k3s-io/k3s.git
synced 2024-06-07 19:41:36 +00:00
fix the k3s-upgrade dispatch (#2679)
Signed-off-by: Jacob Blain Christen <jacob@rancher.com>
This commit is contained in:
parent
9b62903ae3
commit
bae2607fd9
@ -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}" \
|
||||
|
Loading…
Reference in New Issue
Block a user