From 1edc44ea687ae1f8e082f1ab970b21d45740d371 Mon Sep 17 00:00:00 2001 From: alecdwm Date: Mon, 2 Oct 2023 06:39:58 +0000 Subject: [PATCH] fix: add chaindata ci superuser token to fetch-external workflow --- .github/workflows/fetch-external.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/fetch-external.yml b/.github/workflows/fetch-external.yml index e974d3af46..7c917886c6 100644 --- a/.github/workflows/fetch-external.yml +++ b/.github/workflows/fetch-external.yml @@ -39,6 +39,7 @@ jobs: run: pnpm fetch-external - name: Commit changes run: | + git remote set-url origin https://x-access-token:${CHAINDATA_CI_SUPERUSER_ACCESS_TOKEN}@github.com/TalismanSociety/chaindata git config user.name "chaindata-ci-superuser[bot]" git config user.email "146698419+chaindata-ci-superuser[bot]@users.noreply.github.com" git add .