diff --git a/.gitea/workflows/deploy.yml b/.gitea/workflows/deploy.yml index b557b86..b0d5b53 100644 --- a/.gitea/workflows/deploy.yml +++ b/.gitea/workflows/deploy.yml @@ -13,8 +13,7 @@ jobs: - name: Checkout code uses: actions/checkout@v4 with: - repository: 'git@git.koptilnya.xyz:alsaze/paxton-front.git' - ref: 'master' + ssh-key: '${{ secrets.SSH_PRIVATE_KEY }}' - name: Install dependencies run: |