diff --git a/.forgejo/workflows/deploy.yaml b/.forgejo/workflows/deploy.yaml index c82b4db..91fc4ff 100644 --- a/.forgejo/workflows/deploy.yaml +++ b/.forgejo/workflows/deploy.yaml @@ -14,7 +14,7 @@ jobs: run: | apk add git nodejs openssh-client-common openssh-client-default - name: Start ssh-agent - uses: https://github.com/webfactory/ssh-agent@v0.9.0 + uses: actions/ssh-agent@v0.9.0 with: ssh-private-key: ${{ secrets.PAGES_PRIVKEY }} - name: Repo pull