Skip to content

[Automated] Sign new metadata QRs (#798) #358

[Automated] Sign new metadata QRs (#798)

[Automated] Sign new metadata QRs (#798) #358

Workflow file for this run

name: Deploy
on:
push:
branches:
- master
jobs:
deploy:
runs-on: ubuntu-latest
steps:
- name: 🛎 Checkout
uses: actions/checkout@v4
- 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 }}