use new version of ssh-agent action
All checks were successful
Build Plugins / Build plugins (push) Successful in 15s

This commit is contained in:
Seaswimmer 2024-10-20 10:11:19 -04:00
parent f215c3da7a
commit 31b0581877
Signed by: cswimr
GPG key ID: A9C162E867C851FA

View file

@ -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: