Skip to content

Commit

Permalink
ssh
Browse files Browse the repository at this point in the history
  • Loading branch information
mmeigs committed Jan 30, 2024
1 parent 57ab47e commit 75f7e3e
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/cloud-docs-lighthouse.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,12 @@ jobs:
virtualenvs-create: true
virtualenvs-in-project: true
installer-parallel: true
- name: Clone
uses: webfactory/[email protected]
with:
ssh-private-key: ${{ secrets.GITHUB_TOKEN }}
run: |
git clone https://github.com/10gen/cloud-docs.git
#----------------------------------------------
# ----- Run custom Github Action -----
#----------------------------------------------
Expand Down

0 comments on commit 75f7e3e

Please sign in to comment.