From e673fb3ac1e7af59e667a83132ac023f789c16f6 Mon Sep 17 00:00:00 2001 From: zimbatm Date: Tue, 7 Feb 2023 13:37:41 +0100 Subject: [PATCH] ci: remove unneeded github token v19 of the action has a default token that works well --- .github/workflows/update-flake-lock.yml | 3 --- 1 file changed, 3 deletions(-) diff --git a/.github/workflows/update-flake-lock.yml b/.github/workflows/update-flake-lock.yml index 6a3bd77..8243371 100644 --- a/.github/workflows/update-flake-lock.yml +++ b/.github/workflows/update-flake-lock.yml @@ -12,9 +12,6 @@ jobs: uses: actions/checkout@v3 - name: Install Nix uses: cachix/install-nix-action@v19 - with: - extra_nix_config: | - access-tokens = github.com=${{ secrets.GITHUB_TOKEN }} - name: Update flake.lock uses: DeterminateSystems/update-flake-lock@v16 with: