summaryrefslogtreecommitdiff
path: root/vere/.github/workflows/once.yml
blob: 10811804a4af1d34203fa2bec13f72093bcf12f3 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
name: Deploy once

on:
  workflow_dispatch

jobs:
  urbit:
    uses: ./.github/workflows/shared.yml
    with:
      pace: 'once'
      upload: true
    secrets: inherit