Skip to content

Commit

Permalink
Add ssh to action
Browse files Browse the repository at this point in the history
  • Loading branch information
MortezaPoussaneh committed Feb 12, 2023
1 parent fc20bc1 commit 80b6db1
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/run-tests.yml
Expand Up @@ -23,6 +23,11 @@ jobs:
- name: Checkout code
uses: actions/checkout@v3

- name: Add SSH key
uses: webfactory/ssh-agent@v0.7.0
with:
ssh-private-key: ${{ secrets.SSH_PRIVATE_KEY }}

- name: Setup PHP
uses: shivammathur/setup-php@v2
with:
Expand Down

0 comments on commit 80b6db1

Please sign in to comment.