[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
This commit is contained in:
2024-10-24 11:10:35 +02:00
parent 99669969de
commit 5ca39f9598

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: