2 Commits

Author SHA1 Message Date
5ca39f9598 [actions] update: add api token
Some checks failed
Evaluate Hydra Jobs / eval-hydra-jobs (push) Successful in 4m10s
Update flakes / update-flake-lock (push) Failing after 5m6s
i try this to prevent api limit
2024-10-24 11:10:35 +02:00
99669969de [actions] eval: accept untrusted substituters 2024-10-24 00:29:26 +02:00
2 changed files with 3 additions and 1 deletions

View File

@@ -12,4 +12,4 @@ jobs:
apt update -y
apt install sudo -y
- uses: cachix/install-nix-action@v27
- run: nix eval --no-update-lock-file .\#hydraJobs
- run: nix eval --no-update-lock-file --accept-flake-config .\#hydraJobs

View File

@@ -19,6 +19,8 @@ jobs:
apt install sudo -y
- name: Install Nix
uses: cachix/install-nix-action@v30
with:
github_access_token: ${{ secrets.API_TOKEN }}
- name: Update flake.lock
uses: DeterminateSystems/update-flake-lock@v24
with: