Skip to content

Commit

Permalink
Publish to FlakeHub (#187)
Browse files Browse the repository at this point in the history
* Publish flake to FlakeHub

* Remove include-output-paths setting
  • Loading branch information
lucperkins authored Nov 15, 2024
1 parent 6d503ed commit 9be9fe1
Showing 1 changed file with 21 additions and 0 deletions.
21 changes: 21 additions & 0 deletions .github/workflows/publish-flake.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
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@d632683dd7b4114ad314bca15554477dd762a938 # v4.2.0
- uses: DeterminateSystems/nix-installer-action@7993355175c2765e5733dae74f3e0786fe0e5c4f # v12
- uses: DeterminateSystems/flakehub-push@8da9e38b7e77f2b0a8aa08a22e57cc5c6316ea72 #v5
with:
name: NixOS/amis
rolling: true
visibility: public

0 comments on commit 9be9fe1

Please sign in to comment.