mirror of
https://github.com/dwinkler1/nvimConfig.git
synced 2026-08-22 17:43:13 -04:00
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>
22 lines
577 B
YAML
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
|