feat: Clone WordPress scripts with secret token
All checks were successful
WordPress deployment / deploy (push) Successful in 4s

This commit is contained in:
2025-08-05 13:02:46 -04:00
parent 150f7df99f
commit 735c388070

View File

@@ -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 }}