Skip to content

Merge pull request #170 from DeterminateSystems/push-qqkrkzwzrxkw #54

Merge pull request #170 from DeterminateSystems/push-qqkrkzwzrxkw

Merge pull request #170 from DeterminateSystems/push-qqkrkzwzrxkw #54

Workflow file for this run

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/determinate-nix-action@v3"
- uses: "DeterminateSystems/flakehub-push@main"
with:
name: "DeterminateSystems/magic-nix-cache"
rolling: true
visibility: "public"