Add token to access github api
Some checks failed
update-flake-lock / lockfile (push) Failing after 38s
Some checks failed
update-flake-lock / lockfile (push) Failing after 38s
This commit is contained in:
@@ -17,6 +17,8 @@ jobs:
|
|||||||
run: apt-get update && apt-get install -y sudo
|
run: apt-get update && apt-get install -y sudo
|
||||||
- name: Setup nix
|
- name: Setup nix
|
||||||
uses: cachix/install-nix-action@v22
|
uses: cachix/install-nix-action@v22
|
||||||
|
with:
|
||||||
|
github_access_token: ${{ secrets.GH_ACCESS_TOKEN }}
|
||||||
- name: Update nix flake lockfile
|
- name: Update nix flake lockfile
|
||||||
run: |
|
run: |
|
||||||
git status
|
git status
|
||||||
|
|||||||
Reference in New Issue
Block a user