Skip to content

added wf to add neocode flake to flakehub #1

added wf to add neocode flake to flakehub

added wf to add neocode flake to flakehub #1

on:
push:
branches:
- "main"
jobs:
flakehub-publish:
runs-on: "ubuntu-latest"
permissions:
id-token: "write"
contents: "read"
steps:
- uses: "actions/checkout@v3"
- uses: "DeterminateSystems/nix-installer-action@main"
- uses: "DeterminateSystems/flakehub-push@main"
with:
name: "aserowy/neocode"
rolling: true
visibility: "public"