Skip to content
This repository has been archived by the owner on Nov 7, 2024. It is now read-only.

Commit

Permalink
Rolling publish to flakehub
Browse files Browse the repository at this point in the history
  • Loading branch information
lucperkins committed May 1, 2024
1 parent a790a65 commit b0a92f4
Showing 1 changed file with 21 additions and 0 deletions.
21 changes: 21 additions & 0 deletions .github/workflows/flakehub-publish-rolling.yaml
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-22.04"
permissions:
id-token: "write"
contents: "read"
steps:
- uses: "actions/checkout@v4"
- uses: "DeterminateSystems/nix-installer-action@v10"
- uses: "DeterminateSystems/flakehub-push@v3"
with:
name: "DeterminateSystems/nix-wasm-example"
rolling: true
visibility: "public"

0 comments on commit b0a92f4

Please sign in to comment.