diff --git a/.gitea/workflows/deploy.yaml b/.gitea/workflows/deploy.yaml index 49ea211..dfbd145 100644 --- a/.gitea/workflows/deploy.yaml +++ b/.gitea/workflows/deploy.yaml @@ -8,5 +8,12 @@ jobs: steps: - name: Checkout code uses: actions/checkout@v4 + + - name: Clone WordPress scripts + env: + TEMPLATES_REPO_TOKEN: ${{ secrets.TEMPLATES_REPO_TOKEN }} + run: | + git clone https://$TEMPLATES_REPO_TOKEN@gitea.websimple.com/templates/wp-scripts.git /tmp/wp-scripts + - name: List files in the repository run: ls -la ${{ gitea.workspace }}