update actions
Some checks failed
/ build-all (push) Failing after 0s

This commit is contained in:
Antoine Vaure 2025-08-12 14:52:03 +02:00
parent 77c24ecc04
commit 461db3fdf3

View file

@ -3,4 +3,7 @@ jobs:
"build-all": "build-all":
runs-on: native runs-on: native
steps: steps:
- run: nix build --refresh git+$GITHUB_SERVER_URL/$GITHUB_REPOSITORY?ref=$GITHUB_REF#build-all - run: nix build --refresh git+https://forgejo:$GITHUB_TOKEN@git.ntoinevaure.fr/$GITHUB_REPOSITORY?ref=$GITHUB_REF#build-all
env:
FORGEJO_TOKEN: override
GITHUB_TOKEN: override