Skip to content

Update api spec (#1610) #228

Update api spec (#1610)

Update api spec (#1610) #228

Workflow file for this run

name: "Publish every Git push to main to FlakeHub"
on:
push:
branches:
- "main"
jobs:
flakehub-publish:
runs-on: "ubuntu-latest"
permissions:
id-token: "write"
contents: "read"
steps:
- uses: "actions/checkout@v6"
with:
persist-credentials: false
- uses: "DeterminateSystems/determinate-nix-action@v3.18.1"
- uses: "DeterminateSystems/flakehub-push@main"
with:
name: "Zoo/cli"
rolling: true
visibility: "public"
include-output-paths: true