Skip to content

Commit

Permalink
Merge pull request #57 from lucperkins/flakehub-publish
Browse files Browse the repository at this point in the history
Add FlakeHub publish Action
  • Loading branch information
edolstra authored Oct 2, 2023
2 parents 35bb57c + 92556b8 commit 5717e26
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 to FlakeHub"
on:
push:
branches:
- "master"
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: "edolstra/flake-compat"
rolling: true
visibility: "public"

0 comments on commit 5717e26

Please sign in to comment.