Refactor musig signature to work with signTransaction #27
Workflow file for this run
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: Auto Dev Workflow | |
on: | |
pull_request: | |
types: [closed] | |
branches: [ "master" ] | |
jobs: | |
call-common-workflow: | |
uses: dominant-strategies/quai-cicd/.github/workflows/deploy-dev-common.yml@main | |
with: | |
needs_build: true | |
install_command: "npm ci" | |
build_command: "npm run build-clean" | |
cloud_deploy: false | |
skip_deploy: true | |
update_version: false | |
needs_docker: false | |
include_chart: false | |
secrets: | |
GH_PAT: ${{ secrets.GH_PAT }} | |
BUILD_ARGS: '' |