From e3c67058db8495aa9ded1a6d6b4aa83a1c3166c3 Mon Sep 17 00:00:00 2001 From: Septs Date: Tue, 21 Jul 2020 01:50:05 +0800 Subject: [PATCH] Regular update: 2020-07-20T17:50:05Z --- .scripts/push-to-roa.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/.scripts/push-to-roa.sh b/.scripts/push-to-roa.sh index a2799e0..684112d 100755 --- a/.scripts/push-to-roa.sh +++ b/.scripts/push-to-roa.sh @@ -14,6 +14,7 @@ chmod 0600 "$HOME/.ssh/id_ed25519" set -x pushd generated +git remote set-url origin git@github.com:NeoCloud/NeoNetwork-ROA.git git add . git config user.name "neonet roa bot" git config user.email "bot@github.com"