This commit is contained in:
Lior Kamrat 2019-08-02 14:13:29 -07:00 committed by Yaron Schneider
parent 01c463282b
commit b2752896b4
1 changed files with 1 additions and 1 deletions

View File

@ -2,7 +2,7 @@ package kubernetes
import "os/exec"
const actionsManifestPath = "https://raw.githubusercontent.com/actions-org/actions/master/deploy/actions.yaml?token=AD4KK473CQJX24LS2MENQBS5CQTRQ"
const actionsManifestPath = "https://raw.githubusercontent.com/actionscore/actions/master/deploy/actions.yaml?token=ALEQ47FIM7Z7T5VOJMYXM5C5JXQGM"
func Init() error {
err := runCmdAndWait("kubectl", "apply", "-f", actionsManifestPath)