Skip to content

[Automated] Updated signed metadata QR image files (#84) #192

[Automated] Updated signed metadata QR image files (#84)

[Automated] Updated signed metadata QR image files (#84) #192

Workflow file for this run

name: Deploy Main
on:
workflow_dispatch: # via manual trigger
push:
branches:
- main
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 }}