mirror of
https://github.com/nikdoof/website-hugo.git
synced 2025-12-13 12:12:18 +00:00
Fix webhook url
This commit is contained in:
2
.github/workflows/deploy-test.yml
vendored
2
.github/workflows/deploy-test.yml
vendored
@@ -26,6 +26,6 @@ jobs:
|
||||
- name: Invoke deployment hook
|
||||
uses: distributhor/workflow-webhook@v3
|
||||
with:
|
||||
webhook_url: ${{ secrets.WEBHOOK_URL }}
|
||||
webhook_url: ${{ vars.WEBHOOK_URL }}
|
||||
webhook_secret: ${{ secrets.WEBHOOK_SECRET }}
|
||||
max_time: 300
|
||||
Reference in New Issue
Block a user