Skip to content
Draft
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 7 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -204,6 +204,13 @@ jobs:
run: |
ssh-keyscan github.com >> ~/.ssh/known_hosts

- name: Add Bitbucket to known hosts
env:
SSH_PRIVATE_KEY: ${{ secrets.SSH_PRIVATE_KEY }}
if: env.SSH_PRIVATE_KEY
run: |
ssh-keyscan bitbucket.org >> ~/.ssh/known_hosts

- name: Execute extra commands
run: |
tutor picasso run-extra-commands
Expand Down