Fix. Trying v5 for deploy_user
All checks were successful
On_Push / deploy (push) Successful in 13s

This commit is contained in:
Eoghan Conlon 2024-09-26 09:15:32 +01:00
parent 01c11420df
commit 2f08c7cf97

View file

@ -20,7 +20,7 @@ jobs:
ref_name: ${{ gitea.ref_name }} ref_name: ${{ gitea.ref_name }}
- run: nix build - run: nix build
# temp one just to get it "built" # temp one just to get it "built"
- uses: https://forgejo.skynet.ie/Skynet/actions/deploy_user@v6 - uses: https://forgejo.skynet.ie/Skynet/actions/deploy_user@v5
with: with:
ssh_key: ${{ secrets.SSH_KEY }} ssh_key: ${{ secrets.SSH_KEY }}
username: ${{ env.GITHUB_REPOSITORY_OWNER }} username: ${{ env.GITHUB_REPOSITORY_OWNER }}