Skip to content
This repository has been archived by the owner on Sep 22, 2023. It is now read-only.

Commit

Permalink
flakehub: init
Browse files Browse the repository at this point in the history
  • Loading branch information
PedroHLC authored Sep 22, 2023
1 parent 211c862 commit 98b8e33
Showing 1 changed file with 19 additions and 0 deletions.
19 changes: 19 additions & 0 deletions .github/workflows/flakehub-publish-rolling.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
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@v3"
- uses: "DeterminateSystems/nix-installer-action@main"
- uses: "DeterminateSystems/flakehub-push@main"
with:
name: "chaotic-cx/nix-empty-flake"
rolling: true
visibility: "public"

0 comments on commit 98b8e33

Please sign in to comment.