From 1303dbccec6a4b00b84ff2ee1ca3bf291f0ce58f Mon Sep 17 00:00:00 2001 From: Loren Segal Date: Mon, 1 Apr 2019 18:10:56 -0700 Subject: [PATCH] Use credentials in git push --- samus.json | 1 + 1 file changed, 1 insertion(+) diff --git a/samus.json b/samus.json index 4e7e38d3f..9f53a12cb 100644 --- a/samus.json +++ b/samus.json @@ -41,6 +41,7 @@ "publish": [ { "action": "git-push", + "credentials": "lsegal.github.ssh", "arguments": { "remotes": "origin", "refs": "master v$version"