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:
parent
1faace0115
commit
2dc8ba32da
@ -762,6 +762,8 @@ jobs:
|
||||
name: ts-migration-dashboard:deploy
|
||||
command: |
|
||||
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
|
||||
|
||||
test-unit:
|
||||
|
Loading…
Reference in New Issue
Block a user