Skip to content

Commit

Permalink
Update workflow with SSH key
Browse files Browse the repository at this point in the history
  • Loading branch information
rilwis committed Oct 8, 2024
1 parent e34a897 commit f8f8c37
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/dotorg.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,10 @@ jobs:
name: New tag
runs-on: ubuntu-latest
steps:
- name: Install SSH key
uses: shimataro/ssh-key-action@v2
with:
key: ${{ secrets.SSH_KEY }}
- uses: actions/checkout@master
- name: Install PHP dependencies
run: composer install --no-dev
Expand Down

0 comments on commit f8f8c37

Please sign in to comment.