generated from Skynet/deploy_user
feat: remove requirement to add username secret
All checks were successful
On_Push / build (push) Successful in 4s
All checks were successful
On_Push / build (push) Successful in 4s
This commit is contained in:
parent
c13c7af974
commit
04886e0afe
1 changed files with 1 additions and 1 deletions
|
@ -25,6 +25,6 @@ jobs:
|
|||
uses: https://forgejo.skynet.ie/Skynet/actions/deploy_user@v5
|
||||
with:
|
||||
ssh_key: ${{ secrets.SSH_KEY }}
|
||||
username: ${{ secrets.USERNAME }}
|
||||
username: ${{ env.GITHUB_REPOSITORY_OWNER }}
|
||||
folder: "src"
|
||||
#destination: "subfolder"
|
Loading…
Reference in a new issue