Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Remove unnecessary old input params when triggering the-button workflow
  • Loading branch information
keenbytes committed Oct 26, 2022
commit f54a53a8cdbec96448f654503ad48ba8280eceb2
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/[email protected]
Expand Down