Skip to content

Commit 963207c

Browse files
authored
Merge pull request #215 from UCL/ssh-keys
Adds SSH keys to work with other repositories
2 parents ee705bc + ba99057 commit 963207c

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)