forked from lix-project/nix-eval-jobs
ci/update-flake-lock: provide access to github token
This commit is contained in:
parent
4b9af9b778
commit
e6392759be
6
.github/workflows/update-flake-lock.yml
vendored
6
.github/workflows/update-flake-lock.yml
vendored
|
@ -12,9 +12,9 @@ jobs:
|
|||
uses: actions/checkout@v3
|
||||
- name: Install Nix
|
||||
uses: cachix/install-nix-action@v18
|
||||
# with:
|
||||
# extra_nix_config: |
|
||||
# access-tokens = github.com=${{ secrets.GITHUB_TOKEN }}
|
||||
with:
|
||||
extra_nix_config: |
|
||||
access-tokens = github.com=${{ secrets.GITHUB_TOKEN }}
|
||||
- name: Update flake.lock
|
||||
uses: DeterminateSystems/update-flake-lock@v15
|
||||
with:
|
||||
|
|
Loading…
Reference in a new issue