fix(build): Update webhook auth
All checks were successful
Build BAB Application Deployment Artifact / build (push) Successful in 2m37s
All checks were successful
Build BAB Application Deployment Artifact / build (push) Successful in 2m37s
This commit is contained in:
@@ -59,7 +59,7 @@ jobs:
|
|||||||
with:
|
with:
|
||||||
webhook_url: ${{ vars.WEBHOOK_URL }}
|
webhook_url: ${{ vars.WEBHOOK_URL }}
|
||||||
webhook_auth_type: bearer
|
webhook_auth_type: bearer
|
||||||
webhook_auth: Token:${{ secrets.WEBHOOK_SECRET }}
|
webhook_auth: ${{ secrets.WEBHOOK_SECRET }}
|
||||||
verbose: true
|
verbose: true
|
||||||
data: >
|
data: >
|
||||||
{
|
{
|
||||||
|
|||||||
Reference in New Issue
Block a user