Skip to content

Commit ba99057

Browse files
authored
Adds SSH keys to work with other repositories
1 parent ee705bc commit ba99057

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/build_site.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,10 @@ jobs:
1111
runs-on: ubuntu-latest
1212
steps:
1313
- uses: actions/checkout@v2
14+
# Adds keys to work with other repositories used in this lesson (e.g., UCL/github-example)
15+
- uses: webfactory/[email protected]
16+
with:
17+
ssh-private-key: ${{ secrets.SSH_PRIVATE_KEY }}
1418
- uses: actions/cache@v2 # FIXME: add apt(latex)
1519
with:
1620
path: vendor/bundle

0 commit comments

Comments
 (0)