Test 2
All checks were successful
Trigger build for deploying blog updates / build (push) Successful in 0s

This commit is contained in:
2026-06-09 23:39:20 +02:00
parent 41fb27fe96
commit a5a0b7a072

View File

@@ -11,9 +11,9 @@ jobs:
steps:
- name: Trigger blog update
run: |
echo "{{secrets.GITEA}}"
echo "${{secrets.GITEA}}"
curl -X POST "https://git.aranroig.com/api/v1/repos/Syndria98/aranroig.com/actions/workflows/deploy.yml/dispatches" \
-H "Authorization: token {{ secrets.GITEA }}" \
-H "Authorization: token ${{ secrets.GITEA }}" \
-H "Content-Type: application/json" \
-d '{
"ref": "refs/heads/main",