1
0
mirror of https://github.com/kremalicious/metamask-extension.git synced 2024-11-22 09:57:02 +01:00

Fix deploying the TS migration dashboard (#15516)

When the TypeScript migration dashboard is updated, it is built and
deployed in another repo, which is then deployed via GitHub Pages. To
push to this repo we have to set a Git username and email. This is
missing from the CircleCI config, so this commit uses the metamaskbot
GitHub account to do that.
This commit is contained in:
Elliot Winkler 2022-08-10 09:45:21 -06:00 committed by GitHub
parent 1faace0115
commit 2dc8ba32da
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -762,6 +762,8 @@ jobs:
name: ts-migration-dashboard:deploy name: ts-migration-dashboard:deploy
command: | command: |
git remote add ts-migration-dashboard git@github.com:MetaMask/metamask-extension-ts-migration-dashboard.git git remote add ts-migration-dashboard git@github.com:MetaMask/metamask-extension-ts-migration-dashboard.git
git config user.name "MetaMask Bot"
git config user.email metamaskbot@users.noreply.github.com
yarn ts-migration:dashboard:deploy yarn ts-migration:dashboard:deploy
test-unit: test-unit: