From 477ea1d7bf82014311612fa70ecc431ed1d3ec1f Mon Sep 17 00:00:00 2001
From: Bryan Chen <xlchen1291@gmail.com>
Date: Sun, 14 Feb 2021 23:25:00 +1300
Subject: [PATCH] fix

---
 .github/workflows/master.yml           | 2 +-
 .github/workflows/publish_packages.yml | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/.github/workflows/master.yml b/.github/workflows/master.yml
index 4a95105..925e4ef 100644
--- a/.github/workflows/master.yml
+++ b/.github/workflows/master.yml
@@ -20,7 +20,7 @@ jobs:
         override: true
         default: true
     - name: Install cargo-unleash
-      run: cargo install cargo-unleash --git git@github.com:xlc/cargo-unleash.git # https://github.com/paritytech/cargo-unleash/pull/38
+      run: cargo install cargo-unleash --git https://github.com/xlc/cargo-unleash.git # https://github.com/paritytech/cargo-unleash/pull/38
     - name: Prepare
       run: make Cargo.toml
     - name: Cargo unleash check
diff --git a/.github/workflows/publish_packages.yml b/.github/workflows/publish_packages.yml
index 4f863bc..210e5e8 100644
--- a/.github/workflows/publish_packages.yml
+++ b/.github/workflows/publish_packages.yml
@@ -15,7 +15,7 @@ jobs:
           toolchain: stable
           override: true
       - run: make Cargo.toml
-      run: cargo install cargo-unleash --git git@github.com:xlc/cargo-unleash.git # https://github.com/paritytech/cargo-unleash/pull/38
+      run: cargo install cargo-unleash --git https://github.com/xlc/cargo-unleash.git # https://github.com/paritytech/cargo-unleash/pull/38
       - run: cargo unleash em-dragons
         env:
           CRATES_TOKEN: ${{ secrets.CRATES_TOKEN }}
-- 
GitLab