nix-system/.forgejo/workflows/build.yml
Antoine Vaure 597b38106c
Some checks failed
/ build-all (push) Failing after 0s
update actions
2025-08-12 15:00:09 +02:00

9 lines
275 B
YAML

on: [push]
jobs:
"build-all":
runs-on: native
steps:
- run: nix build --refresh git+https://forgejo:$GITHUB_TOKEN@git.antoinevaure.fr/$GITHUB_REPOSITORY?ref=$GITHUB_REF#build-all
env:
FORGEJO_TOKEN: override
GITHUB_TOKEN: override