Skip to content

Commit

Permalink
Create flakehub-publish-rolling.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
loganlinn authored Sep 9, 2024
1 parent 63331ba commit 1d58c17
Showing 1 changed file with 20 additions and 0 deletions.
20 changes: 20 additions & 0 deletions .github/workflows/flakehub-publish-rolling.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
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@v4"
- uses: "DeterminateSystems/nix-installer-action@main"
- uses: "DeterminateSystems/flakehub-push@main"
with:
name: "loganlinn/dotfiles"
rolling: true
visibility: "public"
include-output-paths: true

0 comments on commit 1d58c17

Please sign in to comment.