fix: unify teh use of SSH_KEY in teh documentation
This commit is contained in:
parent
2ed9d2f3e9
commit
e9fe504751
1 changed files with 1 additions and 1 deletions
|
@ -80,7 +80,7 @@ jobs:
|
|||
- name: "Deploy"
|
||||
uses: https://forgejo.skynet.ie/Skynet/actions/deploy_user@v5
|
||||
with:
|
||||
ssh_key: ${{ secrets.KEY }}
|
||||
ssh_key: ${{ secrets.SSH_KEY }}
|
||||
folder: "build"
|
||||
destination: "subfolder"
|
||||
````
|
Loading…
Reference in a new issue