fix(Dataworker): Send msgValue to pay for Linea leaf executions IFF a… #641
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: Deploy | |
on: | |
push: | |
branches: | |
- master | |
jobs: | |
Deploy: | |
runs-on: ubuntu-latest | |
steps: | |
- name: Curl build and deploy webhook for GCP for UMA protocol repo | |
run: ${{ secrets.PROTOCOL_BUILD_DEPLOY_WEBHOOK }} | |
shell: bash |