Skip to content

Commit

Permalink
Setup ssh
Browse files Browse the repository at this point in the history
  • Loading branch information
trygveasp committed Oct 22, 2024
1 parent 4fb26ae commit 6d23d6f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/linting.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ jobs:
- name: Setup ssh
uses: webfactory/[email protected]
with:
ssh-private-key: ${{secrets.ssh_deploy_key}}
ssh-private-key: ${{secrets.SSH_DEPLOY_KEY}}

- name: Install dependencies (if venv cache is not found)
if: steps.cached-poetry-dependencies.outputs.cache-hit != 'true'
Expand Down

0 comments on commit 6d23d6f

Please sign in to comment.