diff options
Diffstat (limited to 'vere/.github/workflows/once.yml')
-rw-r--r-- | vere/.github/workflows/once.yml | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/vere/.github/workflows/once.yml b/vere/.github/workflows/once.yml new file mode 100644 index 0000000..1081180 --- /dev/null +++ b/vere/.github/workflows/once.yml @@ -0,0 +1,12 @@ +name: Deploy once + +on: + workflow_dispatch + +jobs: + urbit: + uses: ./.github/workflows/shared.yml + with: + pace: 'once' + upload: true + secrets: inherit |