[actions] update: add api token

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: