Merge pull request 'Atualizado o link do webhook para um secret do gitea.' (#4) from develop into master
All checks were successful
Build e Deploy / build-and-deploy (push) Successful in 1s

Reviewed-on: #4
This commit was merged in pull request #4.
This commit is contained in:
2026-05-31 02:59:15 +00:00

View File

@@ -11,5 +11,5 @@ jobs:
steps: steps:
- name: Chamar Webhook do Coolify - name: Chamar Webhook do Coolify
run: | run: |
curl -X GET "https://coolify.stackpanel.com.br/webhooks/source/gitea/events/manual" \ curl -X GET "${{ secrets.DUCK_WEBHOOK }}" \
-H "Authorization: Bearer ${{ secrets.COOLIFY_TOKEN }}" -H "Authorization: Bearer ${{ secrets.COOLIFY_TOKEN }}"