From ff7376c2e942f092d5fd739df775d3698f00425e Mon Sep 17 00:00:00 2001 From: splincode <> Date: Wed, 2 Aug 2023 18:52:25 +0300 Subject: [PATCH] ci: update yml --- .github/workflows/release.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 1a59f514d..41d8d2ddd 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -36,8 +36,8 @@ jobs: - name: Setup GIT username and NPM token run: | - git config --global user.name "tinkoff-bot" - git config --global user.email "tinkoff-bot@tinkoff.ru" + git config --global user.name "taiga-family-bot" + git config --global user.email "opensource@tinkoff.ru" git config remote.origin.url https://x-access-token:${{ secrets.TAIGA_FAMILY_BOT_PAT }}@github.com/$GITHUB_REPOSITORY npm config set '//registry.npmjs.org/:_authToken' "${{ secrets.NPM_TOKEN }}" NPM_WHOAMI_OUTPUT=$(npm whoami)