mirror of
https://github.com/kremalicious/metamask-extension.git
synced 2024-11-22 01:47:00 +01:00
Fix deployment of TS migration dashboard (again) (#15528)
An improper deploy key was used to deploy the TypeScript migration dashboard. A new key has been created on the GitHub side for the `metamask-extension-ts-migration-dashboard` repo and also added to CircleCI. The new fingerprint for this key is provided in this commit. This should hopefully make it possible for us to deploy to this repo from CircleCI.
This commit is contained in:
parent
3ad4ab33a8
commit
024b41546b
@ -754,7 +754,7 @@ jobs:
|
||||
steps:
|
||||
- add_ssh_keys:
|
||||
fingerprints:
|
||||
- "3d:49:29:f4:b2:e8:ea:af:d1:32:eb:2a:fc:15:85:d8"
|
||||
- "8b:21:e3:20:7c:c9:db:82:74:2d:86:d6:11:a7:2f:49"
|
||||
- checkout
|
||||
- attach_workspace:
|
||||
at: .
|
||||
|
Loading…
Reference in New Issue
Block a user