Skip to content

Commit

Permalink
Adds flakehub publisher
Browse files Browse the repository at this point in the history
  • Loading branch information
TheLonelyGhost committed Nov 24, 2023
1 parent 7f37cc2 commit 0d5d5d1
Showing 1 changed file with 22 additions and 0 deletions.
22 changes: 22 additions & 0 deletions .github/workflows/flakehub-publish.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
---
jobs:
flakehub-publish:
permissions:
contents: read
id-token: write
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: DeterminateSystems/nix-installer-action@main
- uses: DeterminateSystems/flakehub-push@main
with:
name: TheLonelyGhost/neovim
rolling: true
visibility: public

name: "Publish every Git push to main to FlakeHub"

on:
push:
branches:
- main

0 comments on commit 0d5d5d1

Please sign in to comment.