Add token to access github api
Some checks failed
update-flake-lock / lockfile (push) Failing after 38s

This commit is contained in:
2023-09-27 10:56:13 +03:00
parent da5d90ca4c
commit 1ff68612c3

View File

@@ -17,6 +17,8 @@ jobs:
run: apt-get update && apt-get install -y sudo
- name: Setup nix
uses: cachix/install-nix-action@v22
with:
github_access_token: ${{ secrets.GH_ACCESS_TOKEN }}
- name: Update nix flake lockfile
run: |
git status