use new version of ssh-agent action
All checks were successful
Build Plugins / Build plugins (push) Successful in 15s
All checks were successful
Build Plugins / Build plugins (push) Successful in 15s
This commit is contained in:
parent
f215c3da7a
commit
31b0581877
1 changed files with 2 additions and 1 deletions
|
@ -11,9 +11,10 @@ jobs:
|
|||
- name: Checkout repository
|
||||
uses: actions/checkout@v4
|
||||
- name: Set up SSH key
|
||||
uses: actions/ssh-agent@v0.9.0
|
||||
uses: actions/ssh-agent@forgejo
|
||||
with:
|
||||
ssh-private-key: ${{ secrets.DEPLOY_KEY }}
|
||||
instance-urls: "www.coastalcommits.com"
|
||||
- name: Setup Node.js
|
||||
uses: actions/setup-node@v4
|
||||
with:
|
||||
|
|
Loading…
Reference in a new issue