Skip to content

Commit

Permalink
Publish on FlakeHub
Browse files Browse the repository at this point in the history
  • Loading branch information
lucperkins committed Aug 22, 2023
1 parent eb1c2a0 commit 1394a4d
Show file tree
Hide file tree
Showing 11 changed files with 407 additions and 76 deletions.
18 changes: 18 additions & 0 deletions .github/workflows/publish-flake-workflow.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
on:
push:
tags:
- "v*.*.*"

jobs:
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:
visibility: "public"

Loading

0 comments on commit 1394a4d

Please sign in to comment.