From e6392759be222d8bb69f46ca6817d7c306aab177 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=B6rg=20Thalheim?= Date: Mon, 2 Jan 2023 11:09:55 +0100 Subject: [PATCH] ci/update-flake-lock: provide access to github token --- .github/workflows/update-flake-lock.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/update-flake-lock.yml b/.github/workflows/update-flake-lock.yml index d2c6bf2..6aefd74 100644 --- a/.github/workflows/update-flake-lock.yml +++ b/.github/workflows/update-flake-lock.yml @@ -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: