Skip to content

Commit

Permalink
Add SSH key to deploy step (MetaMask#633)
Browse files Browse the repository at this point in the history
An SSH key has been added to the deploy step to ensure that it has
permission to write to the `gh-pages` branch.
  • Loading branch information
Gudahtt authored Jan 4, 2023
1 parent 50070c1 commit 7c4e55a
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -82,6 +82,9 @@ jobs:
environment:
- TARGET_BRANCH: gh-pages
steps:
- add_ssh_keys:
fingerprints:
- '51:93:ea:e9:0a:c1:de:db:6a:77:8c:b6:fb:f6:4e:0e'
- checkout
- attach_workspace:
at: .
Expand Down

0 comments on commit 7c4e55a

Please sign in to comment.