Skip to content

Cannon action

Cannon action #1

Workflow file for this run

name: cannon-hotfix
jobs:
release-liquidity:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
node-version: 20.x
cache: yarn
- run: yarn install --immutable
- run: yarn cannon:hotfix
- uses: peter-evans/create-pull-request@v7
with:
title: Cannon Hotfix
commit-message: Cannon Hotfix
branch: cannon-hotfix
reviewers: noisekit, dbeal
labels: dependabot, cannon
draft: true
add-paths: .
# token: ${{ secrets.PAT }}
# committer: synthetix-team <engineering@snxdao.io>