Skip to content

Commit 06eb05b

Browse files
authored
Update deploy.yml
1 parent 5b81766 commit 06eb05b

File tree

1 file changed

+1
-6
lines changed

1 file changed

+1
-6
lines changed

.github/workflows/deploy.yml

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,6 @@ name: Z. Deploy (called)
22

33
on:
44
workflow_call:
5-
inputs:
6-
payload:
7-
required: false
8-
type: string
95
secrets:
106
webhook_url:
117
required: true
@@ -28,6 +24,5 @@ jobs:
2824
data: |
2925
{
3026
"username": "${{ secrets.docker_username }}",
31-
"password": "${{ secrets.docker_password }}",
32-
"payload": "${{ toJson(inputs.payload) || '{}' }}"
27+
"password": "${{ secrets.docker_password }}"
3328
}

0 commit comments

Comments
 (0)