Skip to content

add signed 143 (#36) #55

add signed 143 (#36)

add signed 143 (#36) #55

Workflow file for this run

name: Deploy
on:
push:
branches:
- master
jobs:
deploy:
runs-on: ubuntu-latest
steps:
- name: 🛎 Checkout
uses: actions/checkout@v3
- uses: ./.github/workflows/rust-install
- name: ⚙ Run verifier
run: make verifier
- name: ⚙ Run collector
run: make collector
- uses: ./.github/workflows/deploy
with:
token: ${{ secrets.GITHUB_TOKEN }}