Skip to content

Merge branch 'across-protocol:master' into master #2

Merge branch 'across-protocol:master' into master

Merge branch 'across-protocol:master' into master #2

Workflow file for this run

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