forked from lix-project/nix-eval-jobs
Enable github token in auto-update workflow
This commit is contained in:
parent
30e1712827
commit
bdc67cf4a6
6
.github/workflows/update-flake-lock.yml
vendored
6
.github/workflows/update-flake-lock.yml
vendored
|
@ -12,8 +12,8 @@ jobs:
|
|||
uses: actions/checkout@v2
|
||||
- name: Install Nix
|
||||
uses: cachix/install-nix-action@v16
|
||||
# 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@v3
|
||||
|
|
Loading…
Reference in a new issue