Skip to content

Commit

Permalink
added wf to add neocode flake to flakehub
Browse files Browse the repository at this point in the history
  • Loading branch information
aserowy committed May 23, 2024
1 parent bc01cb4 commit 6aa0fcf
Showing 1 changed file with 18 additions and 0 deletions.
18 changes: 18 additions & 0 deletions .github/workflows/flakehub-publish-rolling.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
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"

0 comments on commit 6aa0fcf

Please sign in to comment.