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: