diff --git a/.github/workflows/update-flake-lock.yml b/.github/workflows/update-flake-lock.yml index 5a3d232..5c9d233 100644 --- a/.github/workflows/update-flake-lock.yml +++ b/.github/workflows/update-flake-lock.yml @@ -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