Skip to content

Commit

Permalink
Remove unnecessary old input params when triggering the-button workfl…
Browse files Browse the repository at this point in the history
…ow (#685)
  • Loading branch information
Mikolaj Gasior authored Oct 26, 2022
1 parent 4bbefa6 commit 4d504e1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/deploy-the-button.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -184,7 +184,7 @@ jobs:
curl -X POST 'https://api.github.com/repos/Cardinal-Cryptography/the-button/actions/workflows/main.yaml/dispatches' \
-H "Accept: application/vnd.github+json" \
-H 'Authorization: Bearer ${{ secrets.CI_GH_TOKEN }}' \
-d '{ "ref":"main", "inputs": { "buildImage": "false", "deployImage": "true", "buildFEBenjaminImage": "true", "deployFEBenjaminImage": "true" }}'
-d '{ "ref":"main", "inputs": { "buildImage": "false", "deployImage": "true" }}'
- name: Add label to mark that contracts have been deployed
uses: actions-ecosystem/action-add-labels@v1.1.0
Expand Down

0 comments on commit 4d504e1

Please sign in to comment.