Skip to content

Commit

Permalink
ci: update yml
Browse files Browse the repository at this point in the history
  • Loading branch information
splincode committed Aug 2, 2023
1 parent 02372c5 commit ff7376c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit ff7376c

Please sign in to comment.