ci/update-flake-lock: provide access to github token

This commit is contained in:
Jörg Thalheim 2023-01-02 11:09:55 +01:00
parent 4b9af9b778
commit e6392759be

View file

@ -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: