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)