Skip to content

Commit

Permalink
Merge pull request #71 from DeterminateSystems/flakehub-publish
Browse files Browse the repository at this point in the history
Publish to FlakeHub
  • Loading branch information
lucperkins authored May 28, 2024
2 parents b2d45ec + b440f0a commit 06ffb16
Showing 1 changed file with 21 additions and 0 deletions.
21 changes: 21 additions & 0 deletions .github/workflows/flakehub.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-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: "DeterminateSystems/magic-nix-cache"
rolling: true
visibility: "public"

0 comments on commit 06ffb16

Please sign in to comment.