Atualizado o link do webhook para um secret do gitea.
This commit is contained in:
@@ -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 }}"
|
||||||
Reference in New Issue
Block a user