From 792639b6adf5291ac6c717193ed5f1ee9680f5ea Mon Sep 17 00:00:00 2001 From: Cole Helbling Date: Thu, 2 Mar 2023 08:08:34 -0800 Subject: [PATCH] update: dogfood our action (#293) --- .github/workflows/update.yml | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/.github/workflows/update.yml b/.github/workflows/update.yml index 4c12e68..07a7814 100644 --- a/.github/workflows/update.yml +++ b/.github/workflows/update.yml @@ -11,9 +11,8 @@ jobs: - name: Checkout repository uses: actions/checkout@v3 - name: Install Nix - uses: cachix/install-nix-action@v17 + uses: DeterminateSystems/nix-installer-action@main with: - extra_nix_config: | - access-tokens = github.com=${{ secrets.GITHUB_TOKEN }} + github-token: ${{ secrets.GITHUB_TOKEN }} - name: Update flake.lock uses: DeterminateSystems/update-flake-lock@v16