From 6592e43fe5097480c83d8ad8dba36e18132fda02 Mon Sep 17 00:00:00 2001 From: Valentin Boettcher Date: Sun, 28 Jan 2024 13:36:06 -0500 Subject: [PATCH] update github action --- .github/workflows/default.yml | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) diff --git a/.github/workflows/default.yml b/.github/workflows/default.yml index 14aec09..0b1417a 100644 --- a/.github/workflows/default.yml +++ b/.github/workflows/default.yml @@ -10,12 +10,10 @@ jobs: runs-on: ubuntu-latest environment: actions steps: - - uses: actions/checkout@v2 - - - uses: cachix/install-nix-action@v15 + - uses: actions/checkout@v3 + - uses: cachix/install-nix-action@v22 with: - extra_nix_config: | - access-tokens = github.com=${{ secrets.GITHUB_TOKEN }} + github_access_token: ${{ secrets.GITHUB_TOKEN }} - run: nix build -L - run: nix develop -c bash -c "cd docs && make html && cd build/html && touch .nojekyll" - uses: actions/upload-artifact@v2