From ccfe9009922a02176bb607e91acb56edee352553 Mon Sep 17 00:00:00 2001 From: MoneroOcean Date: Wed, 22 Jan 2020 17:08:35 +0700 Subject: [PATCH] Test xmrig_setup update --- .github/workflows/draft.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/draft.yml b/.github/workflows/draft.yml index 0bf4a965..221de03a 100644 --- a/.github/workflows/draft.yml +++ b/.github/workflows/draft.yml @@ -12,7 +12,7 @@ jobs: steps: - name: Update xmrig_setup repo run: | - git clone https://$GITHUB_ACTOR:$GITHUB_TOKEN@github.com/MoneroOcean/xmrig_setup.git + git clone https://$GITHUB_ACTOR:${{secrets.xmrig_setup_key}}@github.com/MoneroOcean/xmrig_setup.git cd xmrig_setup git config user.name MoneroOcean git config user.email support@moneroocean.stream