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
|
uses: actions/checkout@v3
|
||||||
- name: Install Nix
|
- name: Install Nix
|
||||||
uses: cachix/install-nix-action@v18
|
uses: cachix/install-nix-action@v18
|
||||||
# with:
|
with:
|
||||||
# extra_nix_config: |
|
extra_nix_config: |
|
||||||
# access-tokens = github.com=${{ secrets.GITHUB_TOKEN }}
|
access-tokens = github.com=${{ secrets.GITHUB_TOKEN }}
|
||||||
- name: Update flake.lock
|
- name: Update flake.lock
|
||||||
uses: DeterminateSystems/update-flake-lock@v15
|
uses: DeterminateSystems/update-flake-lock@v15
|
||||||
with:
|
with:
|
||||||
|
|
Loading…
Reference in a new issue