nvimConfig/.github/workflows/flakehub-publish-rolling.yml
dependabot[bot] 9fb0d1f7d4
Bump DeterminateSystems/determinate-nix-action from 3 to 3.21.8
Bumps [DeterminateSystems/determinate-nix-action](https://github.com/determinatesystems/determinate-nix-action) from 3 to 3.21.8.
- [Release notes](https://github.com/determinatesystems/determinate-nix-action/releases)
- [Commits](https://github.com/determinatesystems/determinate-nix-action/compare/v3...v3.21.8)

---
updated-dependencies:
- dependency-name: DeterminateSystems/determinate-nix-action
  dependency-version: 3.21.8
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2026-07-31 23:34:20 +00:00

22 lines
577 B
YAML

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@v7"
with:
persist-credentials: false
- uses: "DeterminateSystems/determinate-nix-action@v3.21.8"
- uses: "DeterminateSystems/flakehub-push@main"
with:
name: "dwinkler1/nixCatsConfig"
rolling: true
visibility: "public"
include-output-paths: true