diff --git a/.gitea/workflows/deploy.yaml b/.gitea/workflows/deploy.yaml index 5fadc2d..6ff1fe5 100644 --- a/.gitea/workflows/deploy.yaml +++ b/.gitea/workflows/deploy.yaml @@ -13,7 +13,7 @@ jobs: steps: - name: Checkout run: | - git clone --depth 1 --branch "${{ github.ref_name }}" "https://git.scottyah.com/${{ github.repository }}.git" . + git clone --depth 1 --branch "${{ github.ref_name }}" "https://x-access-token:${{ github.token }}@git.scottyah.com/${{ github.repository }}.git" . git checkout "${{ github.sha }}" - name: Build image