Add Full Medication Information Call - Fix Vulns #29
1 changed files with 1 additions and 1 deletions
2
.github/workflows/api-deploy-nonprod.yml
vendored
2
.github/workflows/api-deploy-nonprod.yml
vendored
|
|
@ -90,5 +90,5 @@ jobs:
|
|||
steps:
|
||||
- name: Deploy to Coolify
|
||||
run: |
|
||||
curl -X --request GET '${{ secrets.COOLIFY_WEBHOOK_API }}' --header 'Authorization: Bearer ${{ secrets.COOLIFY_TOKEN }}'
|
||||
curl ${{ secrets.COOLIFY_WEBHOOK_API }}' --header 'Authorization: Bearer ${{ secrets.COOLIFY_TOKEN }}'
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue