Skip to content

Commit

Permalink
removed ssh key from ci-docs
Browse files Browse the repository at this point in the history
Not required as forced_phot repo is now public.
  • Loading branch information
marxide committed Apr 2, 2021
1 parent 12a3ceb commit 18178eb
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions .github/workflows/ci-docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,13 +15,6 @@ jobs:
- uses: actions/setup-python@v2
with:
python-version: 3.x
- uses: webfactory/ssh-agent@v0.4.1
with:
ssh-private-key: ${{ secrets.FORCED_PHOT_DEPLOY_KEY }}
- name: Use ssh instead of https when cloning from github
run: |
git config --global url.ssh://git@github.com/.insteadOf https://github.com/;
git config --global core.sshCommand 'ssh -o UserKnownHostsFile=/dev/null -o StrictHostKeyChecking=no'
- uses: Gr1N/setup-poetry@v4
- name: Install system dependencies
run: sudo apt-get update && sudo apt-get install -y build-essential libpq-dev libgraphviz-dev
Expand Down

0 comments on commit 18178eb

Please sign in to comment.