From d0e26ddb2493fcfc27bd6923338ec33139579155 Mon Sep 17 00:00:00 2001 From: xeals Date: Thu, 23 Feb 2023 11:03:50 +1100 Subject: [PATCH] ci: fix update job definition --- .github/workflows/update.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/update.yml b/.github/workflows/update.yml index 24038e1..45846ef 100644 --- a/.github/workflows/update.yml +++ b/.github/workflows/update.yml @@ -17,11 +17,11 @@ jobs: - name: Checkout repository uses: actions/checkout@v3 - uses: cachix/install-nix-action@v19 - - name: Update ${{ matrix.input }} - uses: DeterminateSystems/updateflake-lock@v16 with: extra_nix_config: | access-tokens = github.com=${{ secrets.GITHUB_TOKEN }} + - name: "Update input ${{ matrix.input }}" + uses: DeterminateSystems/update-flake-lock@v16 with: inputs: ${{ matrix.input }} pr-labels: dependencies