build cache
Some checks failed
/ build (push) Failing after 7s

This commit is contained in:
Ingolf Wagner 2024-07-19 23:27:05 +02:00
parent bc1355aa09
commit 4f93d3d416
Signed by: palo
GPG key ID: 76BF5F1928B9618B
2 changed files with 2 additions and 1 deletions

View file

@ -6,7 +6,7 @@ jobs:
- uses: actions/checkout@v4
- run: env
- run: |
export NIX_CONFIG="extra-access-tokens = git.ingolf-wagner.de=${{ secrets.ACCESS_TOKEN }}"
export NIX_SSHOPTS="-i $PWD/id_rsa"
nix flake update
- run: nix build .#nixosConfigurations.orbi.config.system.build.toplevel
- run: nix build .#nixosConfigurations.cream.config.system.build.toplevel

View file

@ -48,6 +48,7 @@ in
pkgs.nodejs
pkgs.wget
pkgs.nix
pkgs.openssh
];
url = "https://git.ingolf-wagner.de";
tokenFile = config.clanCore.facts.services.gitea-runner.secret."gitea-runner.token".path;