Skip to content

Commit 4d504e1

Browse files
author
Mikolaj Gasior
authored
Remove unnecessary old input params when triggering the-button workflow (#685)
1 parent 4bbefa6 commit 4d504e1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/deploy-the-button.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -184,7 +184,7 @@ jobs:
184184
curl -X POST 'https://api.github.com/repos/Cardinal-Cryptography/the-button/actions/workflows/main.yaml/dispatches' \
185185
-H "Accept: application/vnd.github+json" \
186186
-H 'Authorization: Bearer ${{ secrets.CI_GH_TOKEN }}' \
187-
-d '{ "ref":"main", "inputs": { "buildImage": "false", "deployImage": "true", "buildFEBenjaminImage": "true", "deployFEBenjaminImage": "true" }}'
187+
-d '{ "ref":"main", "inputs": { "buildImage": "false", "deployImage": "true" }}'
188188
189189
- name: Add label to mark that contracts have been deployed
190190
uses: actions-ecosystem/[email protected]

0 commit comments

Comments
 (0)